Sorry for asking a very lame question here. The API sample code is very much descriptive no doubt. But the build fails for me everytime i run it. the error says "error CS1029: #error: 'Please update the appSettings section in app.config, then remove this statement'"
So the question here is what details go here:
<add key="ADALRedirectURL" value="https://localhost/"/>
<add key="TenantDomain" value="ENTER.AZURE.AD.DNS.NAME"/>
<add key="SubscriptionID" value="00000000-0000-0000-0000-000000000000"/>
<add key="ClientId" value="00000000-0000-0000-0000-000000000000"/>
ADALRedirectURL= ive mentioned the same "//localhost/"
Tenantdomain= ive entered default directory domain like xyzqwerty1234@onmicrosoft.com
SubscriptionID= got it from login-azurermaccount
ClientID= from the Directory page.
please suggest if i have entered the values incorrect or what :( BTW my subscription is an MicrosoftPartnerNetwork Subscription I hope thats not a problem.
Thanks in advance.