Skip to content

Commit be432a3

Browse files
committed
Fixing a typo (and adding details to find the tenant Name/Id)
1 parent add54c4 commit be432a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ As a first step you'll need to:
7878
1. On the top bar, click on your account and under the **Directory** list, choose the Active Directory tenant where you wish to register your application.
7979
1. Click on **All services** in the left-hand nav, and choose **Azure Active Directory**.
8080

81+
> In the next steps, you might need the tenant name (or directory name) or the tenant ID (or directory ID). These are presented in the **Properties**
82+
of the Azure Active Directory window respectively as *Name* and *Directory ID*
83+
8184
#### Register the service app (TodoListService-ManualJwt)
8285

8386
1. In the **Azure Active Directory** pane, click on **App registrations** and choose **New application registration**.
@@ -179,7 +182,7 @@ This project has one WebApp / Web API projects. To deploy them to Azure Web Site
179182

180183
- create an Azure Web Site
181184
- publish the Web App / Web APIs to the web site, and
182-
- update it client(s) to call the web site instead of IIS Express.
185+
- update its client(s) to call the web site instead of IIS Express.
183186

184187
### Create and Publish the `TodoListService-ManualJwt` to an Azure Web Site
185188

0 commit comments

Comments
 (0)