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: articles/private-link/private-endpoint-static-ip-powershell.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: asudbring
6
6
ms.author: allensu
7
7
ms.service: private-link
8
8
ms.topic: how-to
9
-
ms.date: 05/12/2022
9
+
ms.date: 05/13/2022
10
10
ms.custom:
11
11
---
12
12
@@ -267,7 +267,7 @@ Use the VM you created in the previous step to connect to the webapp across the
267
267
268
268
6. After you've connected, open PowerShell on the server.
269
269
270
-
8. Enter `nslookup mywebapp1979.azurewebsites.net`. Replace **mywebapp1979** with the name of the web app that you created earlier. You'll receive a message that's similar to the following:
270
+
7. Enter `nslookup mywebapp1979.azurewebsites.net`. Replace **mywebapp1979** with the name of the web app that you created earlier. You'll receive a message that's similar to the following:
271
271
272
272
```powershell
273
273
Server: UnKnown
@@ -281,15 +281,15 @@ Use the VM you created in the previous step to connect to the webapp across the
281
281
282
282
A static private IP address of *10.0.0.10* is returned for the web app name.
283
283
284
-
9. In the bastion connection to **myVM**, open the web browser.
284
+
8. In the bastion connection to **myVM**, open the web browser.
285
285
286
-
10. Enter the URL of your web app, **https://mywebapp1979.azurewebsites.net**.
286
+
9. Enter the URL of your web app, **https://mywebapp1979.azurewebsites.net**.
287
287
288
288
If your web app hasn't been deployed, you'll get the following default web app page:
289
289
290
290
:::image type="content" source="./media/private-endpoint-static-ip-powershell/web-app-default-page.png" alt-text="Screenshot of the default web app page on a browser." border="true":::
0 commit comments