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
Copy file name to clipboardExpand all lines: 5-Deployment/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
## Overview
15
15
16
-
This sample demonstrates how to deploy a Node.js & Express web application coupled with a Node.js & Express web API to **Azure Cloud** using the [Azure App Service](https://docs.microsoft.com/azure/app-service/). To do so, we will use the [same code sample from Chapter 3](../3-Authorization-II/1-call-api).
16
+
This sample demonstrates how to deploy a Node.js & Express web application coupled with a Node.js & Express web API to **Azure Cloud** using the [Azure App Service](https://docs.microsoft.com/azure/app-service/). To do so, we will use the [same code sample from Chapter 3](../3-Authorization-II/1-call-api).
17
17
18
18
> :information_source: The steps below apply similarly to B2C applications, for instance the [B2C sample from Chapter 3](../3-Authorization-II/2-call-api-b2c)
19
19
@@ -127,7 +127,7 @@ At this point, the only field left to update is `resources.webAPI.endpoint`. We
127
127
2. On the **App Service** explorer section you will see an upward-facing arrow icon. Click on it publish your local files in the `WebAPI` folder to **Azure App Services**.
128
128
3. Choose a creation option based on the operating system to which you want to deploy. in this sample, we choose **Linux**.
129
129
4. Select a Node.js version when prompted. An **LTS** version is recommended.
130
-
5. Type a globally unique name for your web API and press Enter. The name must be unique across all of **Azure**. (e.g. `https://msal-nodejs-webapi1.azurewebsites.net/`)
130
+
5. Type a globally unique name for your web API and press Enter. The name must be unique across all of **Azure**. (e.g. `msal-nodejs-webapi1`)
131
131
6. After you respond to all the prompts, **VS Code** shows the **Azure** resources that are being created for your app in its notification popup.
132
132
7. Select **Yes** when prompted to update your configuration to run npm install on the target Linux server.
0 commit comments