Search code examples
azuredeploymentazure-functionsazure-resource-managerazure-stream-analytics

ARM Deployment: Get Azure Function API Key


As part of a Stream Analytics deployment solution I want to retrieve the API key for a Azure Function App in an ARM template via e.g. the listkeys() function. Is there a way to retrieve this key via an ARM template respectively during an ARM deployment and if yes, how?

Thanks


Solution

  • This question has already been answered here:

    What is important in this context is to set the 'Minimum TLS Version' to '1.0' before deploying the job. Otherwise you will get failures when testing the connection health.