Skip to content

Commit 776a4a3

Browse files
authored
Merge pull request #108222 from v-thpra/fix-image-name
Fix image name
2 parents 4fd86ea + bb92801 commit 776a4a3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

articles/app-service/app-service-web-get-started-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Follow these steps to create your App Service and publish your web app:
6060

6161
1. In the **Pick a publish target** dialog box, choose **App Service**, select **Create New**, and then select **Create Profile**.
6262

63-
![Pick a publish target](./media/app-service-web-get-started-dotnet/pick-a-publish-target-vs2019.png)
63+
![Pick a publish target](./media/app-service-web-get-started-dotnet/pick-publish-target-vs2019.png)
6464

6565
1. In the **App Service: Create new** dialog, provide a globally unique **Name** for your app by either accepting the default name, or entering a new name. Valid characters are: `a-z`, `A-Z`, `0-9`, and `-`. This **Name** is used as the URL prefix for your web app in the format `http://<app_name>.azurewebsites.net`.
6666

0 commit comments

Comments
 (0)