0

I'm looking for an Azure REST API to list the Azure Functions appsettings defined in the Azure portal. Based on the documentation here, it looks like supporting three options

  • Using Azure portal
  • Using Azure CLI
  • Using Powershell utility

Is there any REST API endpoint that I can use to get the list of appsettings for Azure function app?

1
  • May I know if the api provided below meet your requirement ? If it helps your problem, could you please mark the answer as "accepted", thanks in advance. Commented Apr 22, 2021 at 2:30

1 Answer 1

1

You can use this api:

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings/list?api-version=2019-08-01
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.