Functionapp:Add ability to create a Function App or Function key directly
See original GitHub issueDescription
The Azure CLI should be able to create a function-app-scoped or function-scoped key in an Azure Function App via the functionapp
subcommand. It should also be able to retrieve existing keys.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:22 (13 by maintainers)
Top Results From Across the Web
Configure function app settings in Azure Functions
To add a setting in the portal, select New application setting and add the new key-value pair. Function app settings in the Azure...
Read more >Setting the Function Key - Common Problems
In the below Powershell script I am setting the values for setting up a key for the function app from a devops pipeline....
Read more >[Question] Functions 'Host Keys' & ARM templates #516 - GitHub
Hi, We utilize the Host Keys to protect functions. ... Is the ability to provision function app host keys (and individual function keys...
Read more >How to create a Azure Function, Function Key when your ...
Found this interesting article on how to manage azure functions keys from Powershell : Manage Azure Functions Keys.
Read more >Using Azure Key Vault references with Azure Functions or App ...
If you are already familiar with Azure Key Vault, App Service/Functions and ... function OR you could just create the function directly in...
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
I think the first thing that should happen is have the host keys returned in the result of creating a function app with the cli. Much like when I create storage I get the access keys
@ankitkumarr Here’s an attempt at what the commands might look like. Let me know what you think:
Function details and keys:
Host keys (unsure how this would work with systemKeys and functionKeys):