Created
April 8, 2019 18:24
-
-
Save bayological/877967ee971849077e1048c3480c496c to your computer and use it in GitHub Desktop.
Azure credential variables
This file contains 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
private static string _subscriptionId = ""; | |
private static string _clientId = ""; | |
private static string _clientSecret = ""; | |
private static string _tenantId = ""; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment