Azure function list properties
See original GitHub issueI am trying to get the information such as the App Service Plan
linked to the Azure Function App and settings highlighted under Protocol settings like if the function has HTTP vs HTTPS as highlighted by the screenshot -
I have read only access and using python 3.9
version with azure-mgmt-web version 5.0.0
.
I used the following code but didn’t get the information highlighted -
mgmt_client = WebSiteManagementClient(credentials, ['Subscription'])
configs = mgmt_client.web_apps.get_configuration(resource_group_name='Resource_Group',
name='name_of_function').as_dict()
is there something different that needs to be done to pull this information.
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Guidance for developing Azure Functions | Microsoft Learn
Learn the Azure Functions concepts and techniques that you need ... The bindings property is where you configure both triggers and bindings.
Read more >Configure function app settings in Azure Functions
Learn how to configure function app settings in Azure Functions.
Read more >Web Apps - List Functions - REST API (Azure App Service)
Learn more about App Service service - Description for List the functions for a web site, or a deployment slot.
Read more >App settings reference for Azure Functions | Microsoft Learn
Reference documentation for the Azure Functions app settings or ... This article lists the app settings that are available in function apps.
Read more >Getting the list of Resource Groups using Azure Functions
This sample helps you setup your app to work with Azure resources using the Managed Service Identity (MSI) and get a list of...
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 Free
Top 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
@reach4bawer , So
list_function_secrets
might suit you.Hi, we’re sending this friendly reminder because we haven’t heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don’t hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!