Skip to content

Commit 9a0a517

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into davidbel-48655691-reauth-public-preview
2 parents bd8dc7a + 3f4afc7 commit 9a0a517

34 files changed

+121
-134
lines changed

articles/ai-services/language-service/text-analytics-for-health/how-to/use-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Once the container is on the host computer, use the [docker run](https://docs.do
7070
There are multiple ways you can install and run the Text Analytics for health container.
7171

7272
- Use the Azure portal to create a Language resource, and use Docker to get your container.
73-
- Use an Azure VM with Docker to run the container. Refer to [Docker on Azure](../../../../docker/index.yml).
73+
- Use an Azure VM with Docker to run the container.
7474
- Use the following PowerShell and Azure CLI scripts to automate resource deployment and container configuration.
7575

7676
When you use the Text Analytics for health container, the data contained in your API requests and responses is not visible to Microsoft, and is not used for training the model applied to your data.

articles/application-gateway/for-containers/how-to-header-rewrite-ingress-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: application-gateway
77
ms.subservice: appgw-for-containers
88
ms.topic: conceptual
9-
ms.date: 02/27/2024
9+
ms.date: 03/5/2024
1010
ms.author: greglin
1111
---
1212

@@ -43,7 +43,7 @@ The following figure illustrates an example of a request with a specific user ag
4343
- two services called `backend-v1` and `backend-v2` in the `test-infra` namespace
4444
- two deployments called `backend-v1` and `backend-v2` in the `test-infra` namespace
4545

46-
## Deploy the required Gateway API resources
46+
## Deploy the required Ingress API resources
4747

4848
# [ALB managed deployment](#tab/alb-managed)
4949

@@ -200,7 +200,7 @@ spec:
200200
EOF
201201
```
202202

203-
Once the HTTPRoute resource is created, ensure the route has been _Accepted_ and the Application Gateway for Containers resource has been _Programmed_.
203+
Once the IngressExtension resource is created, ensure the resource returns _No validation errors_ and is valid.
204204

205205
```bash
206206
kubectl get IngressExtension header-rewrite -n test-infra -o yaml
@@ -333,4 +333,4 @@ Via the response we should see:
333333
}
334334
```
335335

336-
Congratulations, you have installed ALB Controller, deployed a backend application and modified header values via Gateway API on Application Gateway for Containers.
336+
Congratulations, you have installed ALB Controller, deployed a backend application and modified header values via Ingress API on Application Gateway for Containers.

articles/azure-government/documentation-government-csp-list.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ Below you can find a list of all the authorized Cloud Solution Providers (CSPs),
469469
|[VVL Systems & Consulting, LLC](https://www.vvlsystems.com/)|
470470
|[Vistronix, LLC (ASRC Federal)](https://www.asrcfederal.com/asrc-federal-vistronix-cio-sp3/)|
471471
|[Vology Inc.](https://www.vology.com/)|
472+
|[VPLS](https://www.vpls.com/)|
472473
|[vSolvIT](https://www.vsolvit.com/)|
473474
|[Warren Averett Technology Group](https://warrenaverett.com/warren-averett-technology-group/)|
474475
|[Wintellisys, Inc.](https://wintellisys.com)|
@@ -486,7 +487,7 @@ Below you can find a list of all the authorized Cloud Solution Providers (CSPs),
486487
|[ZL Technologies Inc.](https://www.zlti.com/)|
487488
|[Zolon Tech](https://www.zolontech.com/)|
488489
|[Zones Inc](https://www.zones.com/site/home/index.html)|
489-
|[ZR Systems Group LLC](https://zrsystems.com)|
490+
490491

491492

492493
## Approved indirect providers

articles/azure-monitor/app/availability-standard-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To create a Standard test:
2828
|Setting | Description |
2929
|--------|-------------|
3030
|**URL** | The URL can be any webpage you want to test, but it must be visible from the public internet. The URL can include a query string. So, for example, you can exercise your database a little. If the URL resolves to a redirect, we follow it up to 10 redirects.|
31-
|**Parse dependent requests**| Test requests images, scripts, style files, and other files that are part of the webpage under test. The recorded response time includes the time taken to get these files. The test fails if any of these resources can't be successfully downloaded within the timeout for the whole test. If the option isn't selected, the test only requests the file at the URL you specified. Enabling this option results in a stricter check. The test could fail for cases, which might not be noticeable when you manually browse the site. |
31+
|**Parse dependent requests**| Test requests images, scripts, style files, and other files that are part of the webpage under test. The recorded response time includes the time taken to get these files. The test fails if any of these resources can't be successfully downloaded within the timeout for the whole test. If the option isn't selected, the test only requests the file at the URL you specified. Enabling this option results in a stricter check. The test could fail for cases, which might not be noticeable when you manually browse the site. Please note, we parse only up to 15 dependent requests. |
3232
|**Enable retries**| When the test fails, it's retried after a short interval. A failure is reported only if three successive attempts fail. Subsequent tests are then performed at the usual test frequency. Retry is temporarily suspended until the next success. This rule is applied independently at each test location. *We recommend this option*. On average, about 80% of failures disappear on retry.|
3333
| **SSL certificate validation test** | You can verify the SSL certificate on your website to make sure it's correctly installed, valid, trusted, and doesn't give any errors to any of your users. |
3434
| **Proactive lifetime check** | This setting enables you to define a set time period before your SSL certificate expires. After it expires, your test will fail. |

articles/communication-services/concepts/credentials-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: petrsvihlik
55
manager: soricos
66
services: azure-communication-services
77

8-
ms.author: petrsvihlik
8+
ms.author: soricos
99
ms.date: 01/30/2022
1010
ms.topic: conceptual
1111
ms.service: azure-communication-services

articles/communication-services/quickstarts/rooms/join-rooms-call.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: azure-communication-services
66
author: mrayyan
77
manager: alexokun
88

9-
ms.author: t-siddiquim
9+
ms.author: alexokun
1010
ms.date: 07/20/2023
1111
ms.topic: quickstart
1212
ms.service: azure-communication-services

articles/communication-services/samples/calling-hero-sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: ddematheu2
66
manager: chpalm
77
services: azure-communication-services
88

9-
ms.author: ektrishi
9+
ms.author: chpalm
1010
ms.date: 06/30/2021
1111
ms.topic: overview
1212
ms.service: azure-communication-services

articles/connectors/built-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ You can use the following built-in connectors to access specific services and sy
312312
[**Azure OpenAI**][azure-openai-doc]<br>(*Standard workflow only*)
313313
\
314314
\
315-
Connect to Azure Open AI to perform operations on large language models.
315+
Connect to Azure OpenAI to perform operations on large language models.
316316
:::column-end:::
317317
:::column:::
318318
[![Azure Service Bus icon][azure-service-bus-icon]][azure-service-bus-doc]
@@ -824,7 +824,7 @@ For more information, review the following documentation:
824824
[azure-file-storage-doc]: /azure/logic-apps/connectors/built-in/reference/azurefile/ "Connect to Azure File Storage so you can create and manage files in your Azure storage account"
825825
[azure-functions-doc]: ../logic-apps/logic-apps-azure-functions.md "Integrate logic app workflows with Azure Functions"
826826
[azure-key-vault-doc]: /azure/logic-apps/connectors/built-in/reference/keyvault/ "Connect to Azure Key Vault to securely store, access, and manage secrets"
827-
[azure-openai-doc]: https://techcommunity.microsoft.com/t5/azure-integration-services-blog/public-preview-of-azure-openai-and-ai-search-in-app-connectors/ba-p/4049584 "Connect to Azure Open AI to perform operations on large language models"
827+
[azure-openai-doc]: https://techcommunity.microsoft.com/t5/azure-integration-services-blog/public-preview-of-azure-openai-and-ai-search-in-app-connectors/ba-p/4049584 "Connect to Azure OpenAI to perform operations on large language models"
828828
[azure-queue-storage-doc]: /azure/logic-apps/connectors/built-in/reference/azurequeues/ "Connect to Azure Storage so you can create and manage queue entries and queues"
829829
[azure-service-bus-doc]: /azure/logic-apps/connectors/built-in/reference/servicebus/ "Manage messages from Service Bus queues, topics, and topic subscriptions"
830830
[azure-table-storage-doc]: /azure/logic-apps/connectors/built-in/reference/azuretables/ "Connect to Azure Storage so you can create, update, and query tables and more"

articles/container-apps/TOC.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,12 @@
289289
href: vnet-custom.md
290290
- name: Languages and runtimes
291291
items:
292+
- name: .NET
293+
items:
294+
- name: Deploy a .NET Aspire app
295+
href: /aspnet/core/host-and-deploy/scaling-aspnet-apps/scaling-aspnet-apps
296+
- name: Deploy and scale an ASP.NET Core app
297+
href: /dotnet/aspire/deployment/azure/aca-deployment
292298
- name: Java
293299
items:
294300
- name: Overview

articles/container-apps/deploy-visual-studio-code.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ The Azure Container Apps extension for Visual Studio Code enables you to choose
7878
7979
Congratulations! You successfully created and deployed your first container app using Visual Studio Code.
8080
81-
[!INCLUDE [.NET data protection](../../includes/container-apps-net-data-protection-scaling.md)]
82-
8381
## Clean up resources
8482
8583
If you're not going to continue to use this application, you can delete the Azure Container Apps instance and all the associated services at once by removing the resource group.

0 commit comments

Comments
 (0)