Skip to content

Commit 8700f19

Browse files
authored
Merge pull request #295180 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents ff69652 + c7c6d3e commit 8700f19

File tree

8 files changed

+17
-15
lines changed

8 files changed

+17
-15
lines changed

articles/api-management/backends.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ After creating a backend, you can reference the backend in your APIs. Use th
5252
[...]
5353
<policies/>
5454
```
55+
> [!NOTE]
56+
> Alternatively, you can use `base-url`. Usually, the format is `https://backend.com/api`. Avoid adding a slash at the end to prevent misconfigurations. Typically, the `base-url` and HTTP(S) endpoint value in the backend should match to enable seamless integration between frontend and backend. Note that API Management instances append the backend service name to the `base-url`.
5557
5658
You can use conditional logic with the `set-backend-service` policy to change the effective backend based on location, gateway that was called, or other expressions.
5759

articles/azure-cache-for-redis/cache-how-to-redis-cli-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You're now connected to your Azure Cache for Redis instance using the _redis-cli
107107
While the _redis-cli_ is a useful tool, you can connect to your cache in other ways for troubleshooting or testing:
108108

109109
- Azure Cache for Redis offers a [Redis Console](cache-configure.md#redis-console) built into the Azure portal where you can issue commands without needing to install the command-line tool. The Redis Console feature is currently only available in the Basic, Standard, and Premium tiers.
110-
- [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) is a rich open source graphical tool for issuing Redis commands and viewing the contents of a Redis instance. It works with Azure Cache for Redis and is supported on Linux, Windows, and macOS.
110+
- [RedisInsight](https://redis.io/insight/) is a rich open source graphical tool for issuing Redis commands and viewing the contents of a Redis instance. It works with Azure Cache for Redis and is supported on Linux, Windows, and macOS.
111111

112112
## Related content
113113

articles/azure-health-insights/includes/example-inference-complete-order-discrepancy-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ms.service: azure-health-insights
7979
"code": {
8080
"coding": [
8181
{
82-
"system": "Http://hl7.org/fhir/ValueSet/cpt-all",
82+
"system": "http://hl7.org/fhir/ValueSet/cpt-all",
8383
"code": "76856",
8484
"display": "USPELVIS - US PELVIS COMPLETE"
8585
}

articles/azure-health-insights/includes/example-inference-radiology-procedure-json-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ms.service: azure-health-insights
7979
"code": {
8080
"coding": [
8181
{
82-
"system": "Http://hl7.org/fhir/ValueSet/cpt-all",
82+
"system": "http://hl7.org/fhir/ValueSet/cpt-all",
8383
"code": "70460",
8484
"display": "Ct head/brain w/dye"
8585
}

articles/bastion/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Microsoft.Security/locations/jitNetworkAccessPolicies/write | Creates a new just
8282

8383
**Q:** Is file transfer supported with Azure Bastion?
8484

85-
**A:** File transfer isn't supported at this time. We're working on adding support.
85+
**A:** Azure Bastion offers support for file transfer between your target VM and local computer using Bastion and a native RDP or SSH client. At this time, you can't upload or download files using PowerShell or via the Azure portal. For more information, see [Upload and download files using the native client](./vm-upload-download-native.md).
8686

8787
## <a name="blackscreen"></a>Black screen in the Azure portal
8888

articles/healthcare-apis/deidentification/quickstart-arm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ ms.date: 11/11/2024
1313
# Customer intent: As a cloud administrator, I want a quick method to deploy an Azure resource for production environments or to evaluate the service's functionality.
1414
---
1515

16-
# Quickstart: Deploy the de-identification service (preview) using an ARM template
16+
# Quickstart: Deploy the de-identification service using an ARM template
1717

1818
This quickstart describes how to use an Azure Resource Manager template (ARM template) to create
19-
an Azure Health Data Services de-identification service (preview).
19+
an Azure Health Data Services de-identification service.
2020

2121
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2222

@@ -76,4 +76,4 @@ For a step-by-step tutorial that guides you through the process of creating a te
7676
> [!div class="nextstepaction"]
7777
> [Tutorial: Create and deploy your first ARM template](/azure/azure-resource-manager/templates/template-tutorial-create-first-template)
7878
79-
- [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)
79+
- [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)

articles/healthcare-apis/deidentification/quickstart-azure-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.custom: devx-track-azurecli
1010
ms.date: 11/11/2024
1111
---
1212

13-
# Quickstart: Deploy the Azure Health Data Services de-identification service (preview) with Azure CLI
13+
# Quickstart: Deploy the Azure Health Data Services de-identification service with Azure CLI
1414

15-
In this quickstart, you use the Azure CLI to deploy a de-identification service (preview).
15+
In this quickstart, you use the Azure CLI to deploy a de-identification service.
1616

1717
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1818

@@ -26,7 +26,7 @@ Install the **deidservice** extension:
2626
az extension add --name deidservice
2727
```
2828

29-
## Deploy a de-identification service (preview)
29+
## Deploy a de-identification service
3030
> [!NOTE]
3131
> This command requires Azure CLI version 2.6 or later. You can check the currently installed version by running `az --version`.
3232
@@ -66,4 +66,4 @@ az group delete --name exampleRG
6666
## Next steps
6767

6868
> [!div class="nextstepaction"]
69-
> [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)
69+
> [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)

articles/healthcare-apis/deidentification/quickstart-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.custom: devx-track-azurepowershell
1010
ms.date: 11/11/2024
1111
---
1212

13-
# Quickstart: Deploy the Azure Health Data Services de-identification service (preview) with Azure PowerShell
13+
# Quickstart: Deploy the Azure Health Data Services de-identification service with Azure PowerShell
1414

15-
In this quickstart, you use Azure PowerShell to deploy a de-identification service (preview).
15+
In this quickstart, you use Azure PowerShell to deploy a de-identification service.
1616

1717
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1818

@@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2828
Install-Module -Name Az.HealthDataAIServices
2929
```
3030

31-
## Deploy a de-identification service (preview)
31+
## Deploy a de-identification service
3232

3333
Replace `<deid-service-name>` with a name for your de-identification service.
3434

@@ -70,4 +70,4 @@ Remove-AzResourceGroup -Name 'exampleRG'
7070
## Next steps
7171

7272
> [!div class="nextstepaction"]
73-
> [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)
73+
> [Quickstart: Azure Health De-identification client library for .NET](quickstart-sdk-net.md)

0 commit comments

Comments
 (0)