Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Update web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanLa committed Jun 17, 2015
1 parent a70fc8b commit 151fc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebApp-Billing-MultiTenant/ISVDemoUsage/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<add key="ida:RequiredARMRoleOnSubscription" value="Reader" />

<!--Please note: Please register your application in AAD and copy the clientID and client secret/password from the Azure Management Portal (manage.windowsazure.com). Read more about adding applications in Active Directory here: https://msdn.microsoft.com/en-us/library/azure/dn151122.aspx-->
<add key="ida:ClientID" value="5acbed9c-a211-4d27-93b1-2c357408b518" />
<add key="ida:Password" value="7+mbeGhLw1plQCONW1NgLQTPn+gk9ObmnmaTxrn/nBM=" />
<add key="ida:ClientID" value="ENTER-CLIENT-ID-GUID" />
<add key="ida:Password" value="ENTER-CLIENT-KEY" />

</appSettings>
<system.web>
Expand Down

0 comments on commit 151fc15

Please sign in to comment.