Cannot manually create function app SystemKey
See original GitHub issue
az feedback
auto-generates most of the information requested below, as of CLI version 2.0.62
Related command az functionapp keys set
Describe the bug Operation returned an invalid status ‘Not Found’
To Reproduce
$ az functionapp keys list -g ksdevelopment -n kuvadevsignalr
{
"functionKeys": {
"default": "...=="
},
"masterKey": "...==",
"systemKeys": {}
}
$ az functionapp keys set -g ksdevelopment -n kuvadevsignalr --key-type systemKey --key-name signalr_extension
Operation returned an invalid status 'Not Found'
Expected behavior A key should be created. The function app is proven to exist beforehand.
Issue Analytics
- State:
- Created a year ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Azure Functions - No App Host Keys and Cannot Create
Hello, I recently found that one of my Azure Functions instances does not have any Host keys listed at all in the App...
Read more >Azure function app's signalr_extension is not populated to use ...
The signalr_extension must be populated manually after deploying the function app and signalR. Share.
Read more >Issue - GitHub
I am not able to list or create the keys in the Function App. I am getting the internal server error whenever I...
Read more >ARM Template for Event Grid integration with a new Azure ...
I used a function app deployed with run from package and made the Event Grid Topic creation dependent on the function to provide...
Read more >cannot create function app under 16.4 - Visual Studio Feedback
[regression] [worked-in:16.3.10] I cannot create an Azure Functions project since upgrading to 16.4. Creating a new project throws an 'Object reference not ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the advice. Apologies for going off on this tangent,
@RotateAt60MPH,
As mentioned, the only way to have a system key created is through the deployment of the code first, so it’s no longer related to azure cli itself.
You mentioned that it was working when deploying with VSCode, but not with Azure Pipeline Task, so I would suggest you open an issue to that specific team (https://github.com/microsoft/azure-pipelines-tasks/issues).
@RakeshMohanMSFT, can you confirm?