skip to Main Content

Azure Deleting a function

I am trying to delete a function app so that I can recreate it but when I try to recreate it says it already exists This is the command I used to delete app az functionapp delete --name MyFunctionApp --resource-group…

VIEW QUESTION

Obtaining the Runtime version of a function app via Azure Rest API

I need to pull the Runtime version of a Function app using APIs. Calling https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites?api-version=2023-12-01 Does not appear to provide this information. Calling https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions?api-version=2023-12-01 does not provide the information either. Does anyone have any guidance on how I can pull…

VIEW QUESTION
Back To Top
Search