Undocumented ARM type?

Graham Allwood 306 Reputation points
2021-04-09T15:44:18.457+00:00

Hi,

I have been using this in my arm template in order to add a new host key to my Function App:

{
      "type": "Microsoft.Web/sites/host/functionKeys",
      "apiVersion": "2018-11-01",
      "name": "<function app name>/default/test-key",
      "properties": {
        "name": "test-key",
        "value": ""
      }
 } 

but I can't actually find this type in the documentation for it. This makes me nervous.

Why is this type not documented?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,299 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,908 questions
{count} votes

0 additional answers

Sort by: Most helpful