Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit cf194cf

Browse files
Update README.md to include Azure Government Deviations
1 parent 07c3819 commit cf194cf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ For more information about how the protocols work in this scenario and other sce
1313
1414
## How To Run This Sample
1515

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+
1621
Getting started is simple! To run this sample you will need:
1722
- 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.
1823
- An Internet connection
@@ -113,3 +118,15 @@ You can verify the certificate is in the Trusted Root store by running this comm
113118
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.
114119

115120
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

Comments
 (0)