Azure Resource Explorer resources.azure.com is a convenient and straighforward way to manage some resources where you could change some settings by sending a PATCH/PUT request through the explorer UI.
For example, for Web Apps you can update identityProviders or requireAuthentication paths or public routs/paths (excludedPaths) using this link:
resources.azure.com/subscriptions/your-guid/resourceGroups/rg-dev-001/providers/Microsoft.Web/sites/your-app/config/authsettingsV2/list
A year ago they announced it for deprecation here github.com/projectkudu/AzureResourceExplorer/issues/374 however it's still available to this date.
Some days ago a replacement app was announced in this thread located here preview.portal.azure.com/#view/Microsoft_Azure_Resources/ResourceExplorer.ReactView.
Another was to access this app:
Go to preview.portal.azure.com -> find Resource Manager -> Tools -> Resource explorer
Not all functionality is present however. For example, authsettingsV2 is not available for edit as I asked about here
Top comments (0)