You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ For more information about how the protocols work in this scenario and other sce
13
13
14
14
## How To Run This Sample
15
15
16
+
>[!Note] If you want to run this sample on **Azure Government**, navigate to the "Azure Government Deviations" section at the bottom of this page.
17
+
>
18
+
>
19
+
>
20
+
16
21
Getting started is simple! To run this sample you will need:
17
22
- Install .NET Core for Windows by following the instructions at [dot.net/core](https://dot.net/core), which will include Visual Studio 2015 Update 3.
18
23
- An Internet connection
@@ -113,3 +118,15 @@ You can verify the certificate is in the Trusted Root store by running this comm
113
118
Clean the solution, rebuild the solution, and run it. You might want to go into the solution properties and set both projects as startup projects, with the service project starting first.
114
119
115
120
Explore the sample by signing in, To Do List link, adding items to the To Do list, signing out, and starting again.
121
+
122
+
## Azure Government Deviations
123
+
124
+
In order to run this sample on Azure Government you can follow through the steps above with a few variations:
125
+
126
+
- Step 2:
127
+
- You must register this sample for your AAD Tenant in Azure Government by following Step 2 above in the [Azure Government portal](https://portal.azure.us).
128
+
- Step 3:
129
+
- Before configuring the sample, you must make sure your [Visual Studio is connected to Azure Government](https://docs.microsoft.com/azure/azure-government/documentation-government-get-started-connect-with-vs).
130
+
- Navigate to the appsettings.json files for both the TodoListService web API and TodoListWebApp web application. Replace the "AAD Instance" property in the Azure AD section with `https://login.microsoftonline.us/`.
131
+
132
+
Once those changes have been accounted for, you should be able to run this sample on Azure Government.
0 commit comments