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: includes/notification-hubs-aspnet-backend-notifyusers.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,24 +34,24 @@ Create the new ASP.NET Core 6.0 web API backend by doing the following actions:
34
34
35
35
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.
36
36
37
-
3. In Visual Studio,from the File menu, select New > Project.
37
+
3. In Visual Studio,from the File menu, select **New > Project**.
38
38
39
-
4. Enter Web API in the search box.
39
+
4. Enter **Web API** in the search box.
40
40
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**.
42
42
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**.
44
44
45
45
7. In the **Additional information** dialog:
46
46
* 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.
48
48
* Uncheck **Enable OpenAPI support**.
49
49
* Select **Create**.
50
50
51
51
## Remove the WeatherForecast template files
52
52
1. Remove the WeatherForecast.cs and Controllers/WeatherForecastController.cs example files from the new AppBackend project.
53
53
2. Open Properties\launchSettings.json.
54
-
3. Change launchUrl properties from weatherforcast to appbackend.
54
+
3. Change **launchUrl** properties from **weatherforcast** to **appbackend**.
55
55
56
56
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:
0 commit comments