Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Fixed #9
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprieur authored Mar 9, 2019
1 parent bdedb9f commit 363fa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ This project has one WebApp / Web API projects. To deploy them to Azure Web Site
4. Switch to Visual Studio and go to the TodoListService project. Right click on the project in the Solution Explorer and select Publish. Click Import, and import the publish profile that you downloaded.
5. On the Connection tab, update the Destination URL so that it is https, for example [https://TodoListService-contoso.azurewebsites.net](https://TodoListService-contoso.azurewebsites.net). Click Next.
6. On the Settings tab, make sure Enable Organizational Authentication is NOT selected. Click Publish.
7. 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.
7. Visual Studio will publish the project and automatically open a browser to the URL of the project.

### Update the Active Directory tenant application registration for `TodoListService`

Expand Down

0 comments on commit 363fa63

Please sign in to comment.