UNPKG

2 kBMarkdownView Raw
1### Getting Endpoints for Azure
2
3- **Listing different public environments**
4```bash
5D:\sdk>azure account env list
6info: Executing command account env list
7data: Name
8data: -----------------
9data: AzureCloud
10data: AzureChinaCloud
11data: AzureUSGovernment
12info: account env list command OK
13```
14
15- **Getting all the endpoints supported by the public environment**
16```bash
17D:\sdk>azure account env show AzureCloud
18info: Executing command account env show
19data: Name: AzureCloud
20data: activeDirectoryEndpointUrl: https://login.microsoftonline.com
21data: activeDirectoryGraphApiVersion: 2013-04-05
22data: activeDirectoryGraphResourceId: https://graph.windows.net/
23data: activeDirectoryResourceId: https://management.core.windows.net/
24data: azureDataLakeAnalyticsCatalogAndJobEndpointSuffix: azuredatalakeanalytics.net
25data: azureDataLakeStoreFileSystemEndpointSuffix: azuredatalakestore.net
26data: galleryEndpointUrl: https://gallery.azure.com/
27data: isPublicEnvironment: true
28data: keyVaultDnsSuffix: .vault.azure.net
29data: managementEndpointUrl: https://management.core.windows.net
30data: portalUrl: http://go.microsoft.com/fwlink/?LinkId=254433
31data: publishingProfileUrl: http://go.microsoft.com/fwlink/?LinkId=254432
32data: resourceManagerEndpointUrl: https://management.azure.com/
33data: sqlManagementEndpointUrl: https://management.core.windows.net:8443/
34data: sqlServerHostnameSuffix: .database.windows.net
35data: storageEndpointSuffix: .core.windows.net
36info: account env show command OK
37```