Google "rbrayb gist"
#globalazure
http://auckland.azurebootcamp.net/
My presentation
Add a user to Azure AD:
Google "rbrayb gist"
#globalazure
http://auckland.azurebootcamp.net/
My presentation
Add a user to Azure AD:
| [ | |
| { | |
| "il": "Adana", | |
| "plaka": 1, | |
| "ilceleri": [ | |
| "Aladağ", | |
| "Ceyhan", | |
| "Çukurova", | |
| "Feke", | |
| "İmamoğlu", |
| using System.Net; | |
| using System.Net.Http; | |
| using System.Net.Http.Headers; | |
| using System.Threading.Tasks; | |
| [TestFixture] | |
| public class MyClass | |
| { | |
| const string DOMAIN = "samples.mailgun.org"; | |
| const string API_KEY = "key-..."; |