Skip to content

Commit 388ce86

Browse files
author
RoseHJM
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into mdb-update-sample
2 parents deba53c + ad5839c commit 388ce86

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

articles/healthcare-apis/dicom/dicom-services-conformance-statement-v2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ An example response with `Accept` header `application/dicom+json` with a FailedA
297297
| `43265` | The provided instance `StudyInstanceUID` didn't match the specified `StudyInstanceUID` in the store request. |
298298
| `45070` | A DICOM instance with the same `StudyInstanceUID`, `SeriesInstanceUID`, and `SopInstanceUID` was already stored. If you want to update the contents, delete this instance first. |
299299
| `45071` | A DICOM instance is being created by another process, or the previous attempt to create failed and the cleanup process isn't complete. Delete the instance first before attempting to create again. |
300+
| `45073` | A DICOM instance was deleted by the user, before the write operation for that instance could be committed successfully. |
300301

301302
#### Store warning reason codes
302303

articles/reliability/reliability-fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For more information, see the [Power BI high availability, failover, and disas
109109

110110

111111
>[!IMPORTANT]
112-
> For customers whose home regions don't have an Azure pair region and are affected by a disaster, the ability to utilize Fabric capacities may be compromisedeven if the data within those capacities is replicated. This limitation is tied to the home region’s infrastructure, essential for the capacities' operation.
112+
> For customers affected by a disaster and whose home regions don't have an Azure paired region that supports Fabric, the ability to utilize Fabric capacities may be compromised, even if the data within those capacities is replicated. This limitation is tied to the home region’s infrastructure, essential for the capacities' operation. To see the list of regions that support Fabric, go to [Fabric Region Availability](/fabric/admin/region-availability).
113113
114114
### Home region and capacity functionality
115115

articles/vpn-gateway/basic-public-ip-migrate-about.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To migrate your gateway, you first need to validate whether your resource is cap
2323

2424
* If your current gateway subnet is /28 or smaller, the migration tool may error out. You can use this to [add multiple prefixes for subnet](../virtual-network/how-to-multiple-prefixes-subnet.md) to /27 or larger before you can proceed with migration.
2525

26+
* If you have ExpressRoute and VPN coexisting. We'd like to recommend customers to consider migrating the Basic IP resources to Standard IP on **VPN** first.
27+
2628

2729

2830
## FAQ

includes/functions-set-nodejs-version-portal.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 06/28/2023
5+
ms.date: 10/03/2025
66
ms.author: glenga
77
---
88

@@ -12,6 +12,4 @@ ms.author: glenga
1212

1313
1. Select the **General settings** tab and update the **Node.js Version** to the latest version. Ideally, you have already locally verified that your functions run on the version you select.
1414

15-
:::image type="content" source="media/functions-set-nodejs-version-portal/set-nodejs-version-portal.png" alt-text="Screenshot of setting Node.js for the function app to the latest LTS version in the Azure portal. ":::
16-
17-
1. When notified about a restart, select **Continue**, and then select **Save**.
15+
1. When notified about a restart, select **Continue**, and then select **Save**.

0 commit comments

Comments
 (0)