Add Microsoft IDs to Dedicated Circuit Link Authorization

 

The Add Microsoft IDs to DedicatedCircuit Link Authorization API enables the dedicated circuit owner to create an authorization to enable other Azure subscriptions to connect to the dedicated circuit.

Request

The Add Microsoft IDs to DedicatedCircuit Link Authorization request may be specified as follows. Replace <subscription-id> with the subscription ID and <service-key> with the service key that was obtained when the circuit was created, and <auth-id> with authorization ID.

Method

Request URI

POST

https://management.core.windows.net/<subscription-id>/services/networking/dedicatedcircuits/<service-key>/authorizations/<auth-id>

You must make sure that the request that is made to the management service is secure. For additional details, see Authenticating Service Management Requests.

Request Body

The following example shows the format of the request body:

<DedicatedCircuitLinkAuthorizationMicrosoftIds xmlns="https://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<MicrosoftIds>comma-separated list of microsoft ids</MicrosoftIds>
</ DedicatedCircuitLinkAuthorizationMicrosoftIds >

The following table describes the elements of the request body.

Element name

Description

MicrosoftIDs

List of Microsoft IDs (typically IDs of account admins and co-admins) who are authorized to claim the authorization.

Response

The response includes an HTTP status code, a set of response headers, and a response body.

Status Code

A successful operation returns status code 200 (OK). For information about status codes, see Service Management Status and Error Codes.

Response Body

None.

See Also

Operations on ExpressRoute
ExpressRoute Technical Overview