Skip to content

Instantly share code, notes, and snippets.

@bayological
Created April 8, 2019 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bayological/877967ee971849077e1048c3480c496c to your computer and use it in GitHub Desktop.
Save bayological/877967ee971849077e1048c3480c496c to your computer and use it in GitHub Desktop.
Azure credential variables
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