How to get function URL without portal

前端 未结 1 1855
深忆病人
深忆病人 2021-01-22 07:03

from my previous question on \"function doesn\'t show in portal\" (Compiled function not showing in portal) I am now facing the issue that because of that I am unable to use the

相关标签:
1条回答
  • 2021-01-22 07:38

    Try the following ARM API to get the URL and the secret:

    post /subscriptions/{sub}/resourceGroups/{rg}/providers/Microsoft.Web/sites/{functionapp}/functions/MyFunction/listsecrets?api-version=2015-08-01
    

    See also PowerShell equivalent here.

    0 讨论(0)
提交回复
热议问题