Skip to content

Commit c894fd0

Browse files
committed
toc
1 parent 14aed31 commit c894fd0

File tree

2 files changed

+59
-6
lines changed

2 files changed

+59
-6
lines changed

articles/app-service/toc.yml

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ items:
4949
href: app-service-asp-net-migration.md
5050
- name: Migrate containerized .NET
5151
href: ../migrate/tutorial-app-containerization-aspnet-app-service.md?bc=/azure/bread/toc.json&toc=/azure/app-service/toc.json
52+
- name: AI
53+
items:
54+
- name: Local SLM with sidecar extension
55+
href: tutorial-ai-slm-dotnet.md
56+
5257
- name: Java
5358
items:
5459
- name: Quickstart
@@ -87,6 +92,10 @@ items:
8792
href: /azure/developer/java/migration/migrate-weblogic-to-jboss-eap-on-azure-app-service?toc=/azure/app-service/toc.json&bc=/azure/bread/toc.json
8893
- name: WebSphere
8994
href: /azure/developer/java/migration/migrate-websphere-to-jboss-eap-on-azure-app-service?toc=/azure/app-service/toc.json&bc=/azure/bread/toc.json
95+
- name: AI
96+
items:
97+
- name: Local SLM with sidecar extension
98+
href: tutorial-ai-slm-spring-boot.md
9099
- name: Node.js
91100
items:
92101
- name: Quickstart
@@ -103,6 +112,10 @@ items:
103112
href: tutorial-connect-app-access-microsoft-graph-as-user-javascript.md
104113
- name: to other Azure services with managed identity
105114
href: tutorial-connect-app-access-storage-javascript.md
115+
- name: AI
116+
items:
117+
- name: Local SLM with sidecar extension
118+
href: tutorial-ai-slm-expressjs.md
106119
- name: Python
107120
items:
108121
- name: Quickstart
@@ -119,6 +132,10 @@ items:
119132
href: tutorial-python-postgresql-app-django.md
120133
- name: using FastAPI
121134
href: tutorial-python-postgresql-app-fastapi.md
135+
- name: AI
136+
items:
137+
- name: Local SLM with sidecar extension
138+
href: tutorial-ai-slm-fastapi.md
122139
- name: PHP
123140
items:
124141
- name: Quickstart
@@ -202,6 +219,14 @@ items:
202219
href: /azure/templates/microsoft.web/allversions
203220
- name: Logs and monitoring
204221
items:
222+
- name: Troubleshoot and resolve issues with an agent
223+
items:
224+
- name: Overview
225+
href: sre-agent-overview.md
226+
- name: Use an SRE agent
227+
href: sre-agent-usage.md
228+
- name: SRE Agent tutorial
229+
href: tutorial-sre-agent.md
205230
- name: Monitor App Service
206231
href: monitor-app-service.md
207232
- name: Monitoring data reference
@@ -428,7 +453,7 @@ items:
428453
- name: Restore deleted app
429454
href: app-service-undelete.md
430455
- name: Relocate app to another region
431-
href: ../operational-excellence/relocation-app-service.md?toc=/azure/app-service/toc.json
456+
href: ../azure-resource-manager/management/relocation/relocation-app-service.md?toc=/azure/app-service/toc.json
432457
- name: Move app between subscriptions
433458
href: ../azure-resource-manager/management/move-resource-group-and-subscription.md?toc=/azure/app-service/toc.json#checklist-before-moving-resources
434459
- name: About cost management
@@ -455,22 +480,33 @@ items:
455480
items:
456481
- name: Deploy an application that uses OpenAI on App Service
457482
href: deploy-intelligent-apps.md
458-
- name: Run an SLM in sidecar
459-
href: tutorial-sidecar-local-small-language-model.md
460483
- name: Deploy a .NET app with Azure OpenAI and Azure SQL
461484
href: deploy-intelligent-apps-dotnet-to-azure-sql.md
462485
- name: Invoke OpenAPI app from Azure AI Agent
463486
href: invoke-openapi-web-app-from-azure-ai-agent-service.md
464487
- name: WebJobs
465488
items:
466-
- name: Create WebJobs
489+
- name: Overview
490+
href: overview-webjobs.md
491+
- name: Background jobs best practices
492+
href: /azure/architecture/best-practices/background-jobs?toc=/azure/app-service/toc.json&bc=/azure/app-service/breadcrumb/toc.json
493+
displayName: WebJobs overview
494+
- name: WebJobs Quickstart
495+
href: quickstart-webjobs.md
496+
displayName: Create a scheduled WebJob
497+
- name: WebJobs Tutorial
498+
href: tutorial-webjobs.md
499+
displayName: Prepare and schedule a WebJob
500+
- name: How to create WebJobs
467501
href: webjobs-create.md
502+
- name: How WebJobs work
503+
href: webjobs-execution.md
468504
- name: Develop WebJobs using VS
469505
href: webjobs-dotnet-deploy-vs.md
470506
- name: Get started with WebJobs SDK
471507
href: webjobs-sdk-get-started.md
472508
- name: Use WebJobs SDK
473-
href: webjobs-sdk-how-to.md
509+
href: webjobs-sdk-how-to.md
474510
- name: Reliability
475511
items:
476512
- name: Reliability in Azure App Service
@@ -576,4 +612,4 @@ items:
576612
- name: Outbound IP address
577613
href: ip-address-change-outbound.md
578614
- name: TLS/SSL address
579-
href: ip-address-change-ssl.md
615+
href: ip-address-change-ssl.md

articles/app-service/tutorial-sre-agent.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ To complete this tutorial, you need:
4444
Start by creating a web app that the SRE Agent can monitor.
4545

4646
1. Sign in to the https://portal.azure.com.
47+
4748
1. In the top search bar, search for **App Services**, then select it from the results.
49+
4850
1. Select **+ Create** and choose **Web App**.
4951

5052
### Configure the Basics tab
@@ -70,8 +72,11 @@ In the *Basics* tab, provide the following details:
7072

7173

7274
1. Select the **Deployment** tab.
75+
7376
1. Under *Authentication settings*, enable **Basic authentication**. Basic authentication is used later for a one-time deployment from GitHub. [Disable Basic Auth](configure-basic-auth-disable.md?tabs=portal) in production.
77+
7478
1. Select **Review and create**, then **Create** when validation passes.
79+
7580
1. Once deployment completes, you see *Your deployment is complete*.
7681

7782
## 2. Deploy the sample app
@@ -97,7 +102,9 @@ Now that your App Service app is created, deploy the sample application from Git
97102
After deployment, confirm that the sample app is running as expected.
98103

99104
1. In the left menu of your App Service, select **Overview**.
105+
100106
1. Select **Browse** to open the app in a new browser tab. (It might take a minute to load.)
107+
101108
1. The app displays a large counter and two buttons:
102109

103110
:::image type="content" source="media/tutorial-sre-agent/verify-sample-primary-slot.png" alt-text="Screenshot of the .NET sample in the primary slot." border="false":::
@@ -109,7 +116,9 @@ After deployment, confirm that the sample app is running as expected.
109116
To simulate an app failure scenario, add a secondary deployment slot.
110117

111118
1. In the left menu of your App Service, under the *Deployment* section, select **Deployment slots**.
119+
112120
1. Select **Add slot**.
121+
113122
1. Enter the following values:
114123

115124
| Property | Value | Remarks |
@@ -122,7 +131,9 @@ To simulate an app failure scenario, add a secondary deployment slot.
122131
### Deploy the sample app to the slot
123132

124133
1. Once the slot is created, select the **broken** slot from the list.
134+
125135
1. In the left menu, under the *Deployment* section, select **Deployment Center**.
136+
126137
1. In the *Settings* tab, configure:
127138

128139
| Property | Value |
@@ -138,8 +149,11 @@ To simulate an app failure scenario, add a secondary deployment slot.
138149
To control error simulation, configure an app setting your app checks at runtime.
139150

140151
1. In the left menu of your App Service, select **Environment variables** under the *Settings* section.
152+
141153
1. At the top, make sure you have the correct slot selected (for example, **broken**).
154+
142155
1. Under the **App settings** tab, select **+ Add**.
156+
143157
1. Enter the following values:
144158

145159
| Property | Value | Remarks |
@@ -148,8 +162,11 @@ To control error simulation, configure an app setting your app checks at runtime
148162
| Value | `1` | Enables error simulation in the app. |
149163

150164
1. Make sure the **Deployment slot setting** box is **not** checked.
165+
151166
1. Select **Apply** to add the setting.
167+
152168
1. At the bottom of the *Environment variables* page, select **Apply** to apply the changes.
169+
153170
1. When prompted, select **Confirm** to confirm and restart the app in the selected slot.
154171

155172
## 5. Create an Azure SRE Agent

0 commit comments

Comments
 (0)