Skip to content

Commit f2ea375

Browse files
committed
Change file
1 parent 332e3b7 commit f2ea375

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

includes/notification-hubs-aspnet-backend-notifyusers.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@ Create the new ASP.NET Core 6.0 web API backend by doing the following actions:
3434

3535
2. Select **Server Explorer**, and sign in to your Azure account. To create the web site resources on your account, you must be signed in.
3636

37-
3. In Visual Studio,from the File menu, select New > Project.
37+
3. In Visual Studio,from the File menu, select **New > Project**.
3838

39-
4. Enter Web API in the search box.
39+
4. Enter **Web API** in the search box.
4040

41-
5. Select the ASP.NET Core Web API template and select Next.
41+
5. Select the **ASP.NET Core Web API** template and select **Next**.
4242

43-
6. In the Configure your new project dialog, name the project **AppBackend** and select **Next**.
43+
6. In the **Configure your new project** dialog, name the project **AppBackend** and select **Next**.
4444

4545
7. In the **Additional information** dialog:
4646
* Confirm the **Framework** is **.NET 6.0 (Long-term support)**.
47-
* Confirm the checkbox for Use controllers(uncheck to use minimal APIs) is checked.
47+
* Confirm the checkbox for **Use controllers(uncheck to use minimal APIs)** is checked.
4848
* Uncheck **Enable OpenAPI support**.
4949
* Select **Create**.
5050

5151
## Remove the WeatherForecast template files
5252
1. Remove the WeatherForecast.cs and Controllers/WeatherForecastController.cs example files from the new AppBackend project.
5353
2. Open Properties\launchSettings.json.
54-
3. Change launchUrl properties from weatherforcast to appbackend.
54+
3. Change **launchUrl** properties from **weatherforcast** to **appbackend**.
5555

5656
In the **Configure Microsoft Azure Web App** window, select a subscription and then, in the **App Service plan** list, do either of the following actions:
5757

0 commit comments

Comments
 (0)