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.
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
{count} votes

Answer accepted by question author
  1. Glenn Gailey 81 Reputation points Microsoft Employee
    2021-04-09T21:20:54.623+00:00

    @Graham Allwood my apologies for this content gap. We are tracking this gap to be able to add this information to the Functions ARM documentation. In the meantime, this comment approved by Mathew Charles is considered canonical. The REST API example is here.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.