Created
September 25, 2018 16:08
-
-
Save bogdanbujdea/0ef8cf4b2a371e2b933d02b0ecd59a3d to your computer and use it in GitHub Desktop.
Credentials file generated by Azure CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "clientId": "a guid", | |
| "clientSecret": "secret guid", | |
| "subscriptionId": "subscription guid", | |
| "tenantId": "tenant guid", | |
| "activeDirectoryEndpointUrl": "https://login.microsoftonline.com", | |
| "resourceManagerEndpointUrl": "https://management.azure.com/", | |
| "activeDirectoryGraphResourceId": "https://graph.windows.net/", | |
| "sqlManagementEndpointUrl": "https://management.core.windows.net:8443/", | |
| "galleryEndpointUrl": "https://gallery.azure.com/", | |
| "managementEndpointUrl": "https://management.core.windows.net/" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment