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
There are two web projects in this sample. To deploy them to **Azure App Services**, you'll need, for each one, to:
@@ -369,14 +371,14 @@ In the left-hand navigation pane, select the **Azure Active Directory** service,
369
371
1. From the *Branding* menu, update the **Home page URL**, to the address of your service, for example [https://TodoListService-aspnetcore-webapi-contoso.azurewebsites.net](https://TodoListService-aspnetcore-webapi-contoso.azurewebsites.net). Save the configuration.
370
372
1. Add the same URL in the list of values of the *Authentication -> Redirect URIs* menu. If you have multiple redirect URIs, make sure that there a new entry using the App service's Uri for each redirect Uri.
371
373
372
-
### Update the `TodoListClient-aspnetcore-webapi` to call the `TodoListService-aspnetcore-webapi` Running in Azure App Services
374
+
#### Update the `TodoListClient-aspnetcore-webapi` to call the `TodoListService-aspnetcore-webapi` Running in Azure App Services
373
375
374
376
1. In your IDE, go to the `TodoListClient-aspnetcore-webapi` project.
375
377
1. Open `TodoListClient\appsettings.json`. Only one change is needed - update the `todo:TodoListBaseAddress` key value to be the address of the website you published,
376
378
for example, [https://TodoListService-aspnetcore-webapi-contoso.azurewebsites.net](https://TodoListService-aspnetcore-webapi-contoso.azurewebsites.net).
377
379
1. Run the client! If you are trying multiple different client types (for example, .Net, Windows Store, Android, iOS) you can have them all call this one published web API.
378
380
379
-
### Create and publish `TodoListClient-aspnetcore-webapi` to an Azure App Services
381
+
#### Create and publish `TodoListClient-aspnetcore-webapi` to an Azure App Services
380
382
381
383
1. Sign in to the [Azure portal](https://portal.azure.com).
382
384
1. Click `Create a resource`in the top left-hand corner, select**Web** -->**Web App**, and give your web site a name, for example, `TodoListClient-aspnetcore-webapi-contoso.azurewebsites.net`.
@@ -390,7 +392,7 @@ In the left-hand navigation pane, select the **Azure Active Directory** service,
390
392
1. On the Settings tab, make sure `Enable Organizational Authentication` is NOT selected. Click **Save**. Click on **Publish** on the main screen.
391
393
1. Visual Studio will publish the project and automatically open a browser to the URL of the project. If you see the default web page of the project, the publication was successful.
392
394
393
-
### Update the Active Directory tenant application registration for `TodoListClient-aspnetcore-webapi`
395
+
#### Update the Active Directory tenant application registration for `TodoListClient-aspnetcore-webapi`
394
396
395
397
1. Navigate back to the [Azure portal](https://portal.azure.com).
396
398
In the left-hand navigation pane, selectthe**Azure Active Directory** service, and thenselect**App registrations (Preview)**.
0 commit comments