Get Function & Host Keys of Azure Function In Powershell

前端 未结 4 711
孤街浪徒
孤街浪徒 2020-12-09 20:56

I have deployed Azure function using Arm template. I need the Function Key & host Key of deployed Azure Function in Powershell. Currently I am trying to get the keys Fro

4条回答
  •  失恋的感觉
    2020-12-09 21:29

    First of all, you have an error in your syntax:

      "value": "[listKeys(resourceId('Microsoft.Web/sites', variables('functionAppName')),'2015-08-01').keys]"
    

    but that won't help, I don't think its implemented for Azure Functions, I'm not 100% sure on this, but my efforts to retrive the keys were futile

提交回复
热议问题