question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created a year ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
RotateAt60MPHcommented, Aug 29, 2022

Thanks for the advice. Apologies for going off on this tangent,

0reactions
yndencommented, Aug 29, 2022

@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.

drawing

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found