Azure Frontdoor
Connector for the azure-frontdoor API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
frontdoors_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/frontDoors — Lists all of the Front Doors within an Azure subscription.frontdoors_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors — Lists all of the Front Doors within a resource group under a subscription.frontdoors_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName} — Gets a Front Door with the specified Front Door name under the specified subscrifrontendendpoints_listbyfrontdoor— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints — Lists all of the frontend endpoints within a Front Door.frontendendpoints_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints/{frontendEndpointName} — Gets a Frontend endpoint with the specified name within the specified Front Doorcheckfrontdoornameavailability— POST /providers/Microsoft.Network/checkFrontDoorNameAvailability — Check the availability of a Front Door resource name.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: frontdoors_list
# (attach an 'oauth' credential to the task — no inline secrets)