Skip to content

Commit b4fa29d

Browse files
committed
resolve conflict
2 parents 28ee8a8 + 04a7aee commit b4fa29d

File tree

1,001 files changed

+5731
-3352
lines changed

Some content is hidden

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

1,001 files changed

+5731
-3352
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7218,6 +7218,16 @@
72187218
"source_path": "articles/reliability/whats-new.md",
72197219
"redirect_url": "/azure/reliability/overview",
72207220
"redirect_document_id": false
7221+
},
7222+
{
7223+
"source_path": "articles/governance/policy/samples/hipaa-hitrust-9-2.md",
7224+
"redirect_url": "/azure/governance/policy/samples/hipaa-hitrust",
7225+
"redirect_document_id": false
7226+
},
7227+
{
7228+
"source_path": "articles/signups/startup-programs.md",
7229+
"redirect_url": "/azure/signups/overview",
7230+
"redirect_document_id": false
72217231
}
72227232
]
72237233
}

articles/api-management/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@
246246
href: openai-compatible-llm-api.md
247247
- name: Import Google Gemini API
248248
href: openai-compatible-google-gemini-api.md
249+
- name: Import Amazon Bedrock API
250+
href: amazon-bedrock-passthrough-llm-api.md
249251
- name: Expose REST API as MCP server
250252
href: export-rest-mcp-server.md
251253
- name: Semantic caching for Azure OpenAI API requests

articles/api-management/amazon-bedrock-passthrough-llm-api.md

Lines changed: 395 additions & 0 deletions
Large diffs are not rendered by default.
82.4 KB
Loading
81.4 KB
Loading

articles/api-management/openai-compatible-llm-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ API Management supports two types of language model APIs for this scenario. Choo
2929

3030
For an OpenAI-compatible LLM, API Management configures a chat completions endpoint.
3131

32-
* **Passthrough** - Other language model endpoints that aren't compatible with OpenAI's API. Examples include models deployed in [Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html) or other providers.
32+
* **Passthrough** - Other language model endpoints that aren't compatible with OpenAI's API. Examples include models deployed in [Amazon Bedrock](amazon-bedrock-passthrough-llm-api.md) or other providers.
3333

3434
API Management configures wildcard operations for common HTTP verbs. Clients can append paths to the wildcard operations, and API Management passes requests to the backend.
3535

articles/application-gateway/configure-web-app.md

Lines changed: 53 additions & 52 deletions
Large diffs are not rendered by default.

articles/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
ms.service: azure-appgw-for-containers
88
ms.custom: devx-track-azurecli
99
ms.topic: quickstart
10-
ms.date: 5/2/2025
10+
ms.date: 7/9/2025
1111
ms.author: mbender
1212
# Customer intent: As a Kubernetes administrator, I want to install the Application Gateway for Containers ALB Controller on my AKS cluster, so that I can efficiently manage load balancing rules and enhance application traffic handling.
1313
---
@@ -181,7 +181,6 @@ You need to complete the following tasks before deploying Application Gateway fo
181181
182182
| NAME | READY | STATUS | RESTARTS | AGE |
183183
| ---------------------------------------- | ----- | ------- | -------- | ---- |
184-
| alb-controller-bootstrap-6648c5d5c-hrmpc | 1/1 | Running | 0 | 4d6h |
185184
| alb-controller-6648c5d5c-sdd9t | 1/1 | Running | 0 | 4d6h |
186185
| alb-controller-6648c5d5c-au234 | 1/1 | Running | 0 | 4d6h |
187186

articles/application-gateway/tutorial-url-redirect-powershell.md

Lines changed: 119 additions & 12 deletions
Large diffs are not rendered by default.

articles/automation/manage-runtime-environment.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage Runtime Environment and Associated Runbooks in Azure Automation
33
description: This article tells how to manage runbooks in Runtime environment and associated runbooks Azure Automation
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 06/27/2025
6+
ms.date: 07/09/2025
77
ms.topic: how-to
88
ms.custom: references_regions
99
ms.service: azure-automation
@@ -95,7 +95,7 @@ In the **Runtime Environments** page, you can view the newly created Runtime en
9595

9696
You can create a new Runtime environment for PowerShell 7.4 with Az PowerShell module in the Automation.
9797

98-
```rest
98+
```REST
9999
PUT
100100
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runtimeEnvironments/<runtimeEnvironmentName>?api-version=2024-10-23
101101
@@ -114,7 +114,7 @@ https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<reso
114114
```
115115
Upload a package Az.Accounts to the Runtime environment.
116116

117-
```rest
117+
```REST
118118
PUT
119119
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runtimeEnvironments/<runtimeEnvironmentName>/packages/Az.Accounts?api-version=2024-10-23
120120
@@ -131,17 +131,9 @@ https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<reso
131131
### View Runtime environment
132132

133133
Get the Runtime environment properties from the Automation account.
134-
```rest
134+
```REST
135135
GET
136-
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runtimeEnvironments/<runtimeEnvironmentName>?api-version=2023-05-15-preview
137-
```
138-
139-
### View Runtime environment
140-
141-
Get the Runtime environment properties from the Automation account.
142-
```rest
143-
GET
144-
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runtimeEnvironments/<runtimeEnvironmentName>?api-version=2023-05-15-preview
136+
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runtimeEnvironments/<runtimeEnvironmentName>?api-version=2024-10-23
145137
```
146138

147139
### List Runtime environments
@@ -156,7 +148,7 @@ To list all the Runtime environments from the Automation account, follow this st
156148

157149
#### [REST API](#tab/list-runtime-rest)
158150

159-
```rest
151+
```REST
160152
GET
161153
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runtimeEnvironments?api-version=2024-10-23
162154
```
@@ -185,7 +177,7 @@ To delete the Runtime environment from the Automation account, follow these step
185177

186178
#### [REST API](#tab/delete-runtime-rest)
187179

188-
```rest
180+
```REST
189181
DELETE
190182
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runtimeEnvironments/<runtimeEnvironmentName>?api-version=2024-10-23
191183
```
@@ -215,7 +207,7 @@ To update a Runtime environment, follow these steps:
215207

216208
Update the Az module version of an existing Runtime environment.
217209

218-
```rest
210+
```REST
219211
PATCH
220212
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runtimeEnvironments/<runtimeEnvironmentName>?api-version=2024-10-23
221213
{
@@ -269,7 +261,7 @@ This runbook is linked to the selected Runtime environment. All the packages in
269261
**Prerequisite**
270262
- Configure a PowerShell Runtime environment and provide it as an input for runbook creation.
271263

272-
```rest
264+
```REST
273265
PUT
274266
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runbooks/<runbookName>?api-version=2024-10-23
275267
@@ -316,7 +308,7 @@ Check if the runbook executes as expected after update. If the runbook fails to
316308

317309
Update Runtime environment linked to a runbook.
318310

319-
```rest
311+
```REST
320312
PATCH
321313
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runbooks/<runbookName>?api-version=2024-10-23
322314
{
@@ -357,7 +349,7 @@ To test runbook execution before publishing Runtime environment changes, follow
357349

358350
Run a test job for a runbook with a different Runtime environment. This scenario is useful when a runbook needs to be tested with a Runtime environment before update.
359351

360-
```rest
352+
```REST
361353
PUT
362354
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runbooks/<runbookName>/draft/testJob?api-version=2024-10-23
363355
{
@@ -378,7 +370,7 @@ You can execute runbooks linked to Runtime Environment both on Azure and Hybrid
378370
#### [REST API](#tab/create-cloud-job-rest)
379371
Jobs inherit the Runtime environment from the runbook. Run a cloud job for a published runbook.
380372

381-
```rest
373+
```REST
382374
PUT
383375
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/jobs/<jobName>?api-version=2024-10-23
384376
{

0 commit comments

Comments
 (0)