-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Shankar Chandrasekar edited this page Nov 30, 2017
·
12 revisions
Add the below app settings to your C# test project app.config. Replace the xx with the correct values from your azure subscription.
<appSettings>
<add key="SubscriptionId" value="XXXXXX" />
<add key="TenantId" value="XXX" />
<add key="WebApiApplicationId" value="XXX" />
<add key="Secret" value="XXXX" />
</appSettings>