Skip to content

Commit 8557258

Browse files
authored
Merge branch 'MicrosoftDocs:main' into Spelling-Wave-48
2 parents 737329b + ffaf8b1 commit 8557258

File tree

298 files changed

+2086
-802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+2086
-802
lines changed

articles/api-management/azure-openai-emit-token-metric-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: article
9-
ms.date: 07/09/2024
9+
ms.date: 09/26/2024
1010
ms.author: danlep
1111
ms.collection: ce-skilling-ai-copilot
1212
ms.custom:

articles/api-management/azure-openai-enable-semantic-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-api-management
66
ms.custom:
77
- build-2024
88
ms.topic: how-to
9-
ms.date: 07/23/2024
9+
ms.date: 12/13/2024
1010
ms.author: danlep
1111
ms.collection: ce-skilling-ai-copilot
1212
---

articles/api-management/azure-openai-semantic-cache-lookup-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.collection: ce-skilling-ai-copilot
99
ms.custom:
1010
- build-2024
1111
ms.topic: article
12-
ms.date: 06/25/2024
12+
ms.date: 12/13/2024
1313
ms.author: danlep
1414
---
1515

articles/api-management/azure-openai-semantic-cache-store-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.collection: ce-skilling-ai-copilot
99
ms.custom:
1010
- build-2024
1111
ms.topic: article
12-
ms.date: 06/25/2024
12+
ms.date: 12/13/2024
1313
ms.author: danlep
1414
---
1515

articles/api-management/llm-emit-token-metric-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: article
9-
ms.date: 08/08/2024
9+
ms.date: 09/26/2024
1010
ms.author: danlep
1111
ms.collection: ce-skilling-ai-copilot
1212
ms.custom:

articles/api-management/llm-semantic-cache-lookup-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.collection: ce-skilling-ai-copilot
99
ms.custom:
1010
- build-2024
1111
ms.topic: article
12-
ms.date: 08/07/2024
12+
ms.date: 12/13/2024
1313
ms.author: danlep
1414
---
1515

articles/api-management/llm-semantic-cache-store-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-api-management
88
ms.collection: ce-skilling-ai-copilot
99
ms.custom:
1010
ms.topic: article
11-
ms.date: 08/08/2024
11+
ms.date: 12/13/2024
1212
ms.author: danlep
1313
---
1414

articles/app-service/app-service-undelete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: article
88
ms.custom: devx-track-azurepowershell
99
---
1010

11-
# Restore deleted App Service app Using PowerShell
11+
# Restore Deleted App Service App Using PowerShell
1212

1313
If you happened to accidentally delete your app in Azure App Service, you can restore it using the commands from the [Az PowerShell module](/powershell/azure/).
1414

articles/app-service/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,11 @@
403403
href: deploy-intelligent-apps.md
404404
- name: WordPress
405405
items:
406+
- name: WordPress overview
407+
href: overview-wordpress.md
406408
- name: WordPress architecture
407409
displayName: WordPress on App Service architecture
408410
href: /azure/architecture/example-scenario/infrastructure/wordpress-app-service
409-
- name: WordPress overview
410-
href: overview-wordpress.md
411411
- name: Deploy WordPress
412412
displayName: Create a WordPress site
413413
href: quickstart-wordpress.md

articles/app-service/tutorial-python-postgresql-app.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -142,22 +142,6 @@ python manage.py runserver
142142

143143
## 1. Create App Service and PostgreSQL
144144

145-
146-
### [Flask](#tab/flask)
147-
148-
```bash
149-
git clone https://github.com/Azure-Samples/msdocs-flask-postgresql-sample-app.git
150-
```
151-
152-
### [Django](#tab/django)
153-
154-
```bash
155-
git clone https://github.com/Azure-Samples/msdocs-django-postgresql-sample-app.git
156-
```
157-
158-
-----
159-
160-
161145
In this step, you create the Azure resources. The steps used in this tutorial create a set of secure-by-default resources that include App Service and Azure Database for PostgreSQL. For the creation process, you'll specify:
162146

163147
* The **Name** for the web app. It's the name used as part of the DNS name for your webapp in the form of `https://<app-name>.azurewebsites.net`.

0 commit comments

Comments
 (0)