Skip to content

Commit d8563ca

Browse files
authored
Merge pull request #198343 from MicrosoftDocs/main
5/16 AM Publishing
2 parents a60ce00 + bc02cde commit d8563ca

File tree

11 files changed

+37
-22
lines changed

11 files changed

+37
-22
lines changed

articles/azure-netapp-files/cross-region-replication-display-health-status.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 01/28/2022
15+
ms.date: 05/16/2022
1616
ms.author: anfdocs
1717
---
1818
# Display health and monitor status of replication relationship
@@ -58,9 +58,9 @@ Follow the following steps to create [alert rules in Azure Monitor](../azure-mon
5858
5. From the Condition tab, select **Add condition**. From there, find a signal called “**is volume replication healthy**”.
5959
6. There you'll see **Condition of the relationship, 1 or 0** and the **Configure Signal Logic** window is displayed.
6060
7. To check if the replication is _unhealthy_:
61-
* Set **Operator** to `Less than or equal to`.
61+
* Set **Operator** to `Less than`.
6262
* Set **Aggregation type** to `Average`.
63-
* Set **Threshold** value to `0`.
63+
* Set **Threshold** value to `1`.
6464
* Set **Unit** to `Count`.
6565
8. To check if the replication is _healthy_:
6666
* Set **Operator** to `Greater than or equal to`.

articles/cognitive-services/Speech-Service/rest-speech-to-text-short.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: reference
11-
ms.date: 01/24/2022
11+
ms.date: 05/16/2022
1212
ms.author: eur
1313
ms.devlang: csharp
1414
ms.custom: devx-track-csharp
@@ -22,6 +22,7 @@ Before you use the speech-to-text REST API for short audio, consider the followi
2222

2323
* Requests that use the REST API for short audio and transmit audio directly can contain no more than 60 seconds of audio.
2424
* The REST API for short audio returns only final results. It doesn't provide partial results.
25+
* [Speech translation](speech-translation.md) is not supported via REST API for short audio. You need to use [Speech SDK](speech-sdk.md).
2526

2627
> [!TIP]
2728
> For Azure Government and Azure China endpoints, see [this article about sovereign clouds](sovereign-clouds.md).

articles/cosmos-db/configure-custom-partitioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ df = spark.read\
101101
.option("spark.cosmos.asns.basePath", "/mnt/CosmosDBPartitionedStore/") \
102102
.load()
103103

104-
df_filtered = df.filter("readDate='2020-11-27 00:00:00.000'")
104+
df_filtered = df.filter("readDate='2020-11-01 00:00:00.000'")
105105
display(df_filtered.limit(10))
106106
```
107107

@@ -115,7 +115,7 @@ val df = spark.read.
115115
option("spark.cosmos.asns.partition.keys", "readDate String").
116116
option("spark.cosmos.asns.basePath", "/mnt/CosmosDBPartitionedStore/").
117117
load()
118-
val df_filtered = df.filter("readDate='2020-11-27 00:00:00.000'")
118+
val df_filtered = df.filter("readDate='2020-11-01 00:00:00.000'")
119119
display(df_filtered.limit(10))
120120
```
121121
---

articles/databox/data-box-disk-faq.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
ms.service: databox
99
ms.subservice: disk
1010
ms.topic: faq
11-
ms.date: 04/07/2022
11+
ms.date: 05/06/2022
1212
ms.author: alkohli
1313
ms.custom: references_regions
1414
title: "Azure Data Box Disk: Frequently Asked Questions"
@@ -84,11 +84,11 @@ sections:
8484
answer: |
8585
No. Data Box Disk does not store any customer data outside of the service region. The customer has full ownership of their data and can save the data to a specified location based on the storage account they select during the order creation.
8686
87-
In addition to the customer data, there is Data Box Disk data that includes metadata and monitoring logs. In all the regions (except Brazil South and Southeast Asia), Data Box Disk data is stored and replicated in a [paired region](../availability-zones/cross-region-replication-azure.md) via a Geo-redundant Storage account to protect against data loss.
87+
In addition to the customer data, there is Data Box Disk data that includes metadata and monitoring logs. In all the regions (except Brazil South, Southeast Asia, and East Asia), Data Box Disk data is stored and replicated in a [paired region](../availability-zones/cross-region-replication-azure.md) via a Geo-redundant Storage account to protect against data loss.
8888
89-
Due to [data residency requirements](https://azure.microsoft.com/global-infrastructure/data-residency/#more-information) in Brazil South and Southeast Asia, Data Box Disk data is stored in a Zone-redundant Storage (ZRS) account so that it is contained in a single region. For Southeast Asia, all the Data Box Disk data is stored in Singapore and for Brazil South, the data is stored in Brazil.
89+
Due to [data residency requirements](https://azure.microsoft.com/global-infrastructure/data-residency/#more-information) in Brazil South, Southeast Asia, and East Asia, Data Box Disk data is stored in a Zone-redundant Storage (ZRS) account so that it is contained in a single region. For Southeast Asia, all the Data Box Disk data is stored in Singapore. For Brazil South, the data is stored in Brazil. For East Asia, the data is stored in Hong Kong.
9090
91-
If there is a service outage in Brazil South and Southeast Asia, the customers can create new orders from another region. The new orders will be served from the region in which they are created and the customers are responsible for the to and fro shipment of the Data Box Disk.
91+
If there is a service outage in Brazil South, Southeast Asia, or East Asia, the customers can create new orders from another region. The new orders will be served from the region in which they are created and the customers are responsible for the to and fro shipment of the Data Box Disk.
9292
9393
- question: |
9494
Does my Data Box Disk region have to be in the same Azure region as my destination storage account?

articles/databox/data-box-faq.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
ms.service: databox
99
ms.subservice: pod
1010
ms.topic: faq
11-
ms.date: 04/13/2022
11+
ms.date: 05/06/2022
1212
ms.author: alkohli
1313
ms.custom: references_regions
1414

@@ -61,11 +61,11 @@ sections:
6161
6262
No. Data Box does not store any customer data outside of the service region. The customer has full ownership of their data. They can save the data to a specified location based on the storage account they select during the order creation.
6363
64-
In addition to the customer data, there is Data Box data that includes security artifacts related to the device, monitoring logs for the device and the service, and service-related metadata. In all regions (except Brazil South and Southeast Asia), Data Box data is stored and replicated in the paired region via a Geo-redundant Storage account to protect against data loss.
64+
In addition to the customer data, there is Data Box data that includes security artifacts related to the device, monitoring logs for the device and the service, and service-related metadata. In all regions (except Brazil South, Southeast Asia, and East Asia), Data Box data is stored and replicated in the paired region via a Geo-redundant Storage account to protect against data loss.
6565
66-
Due to [data residency requirements](https://azure.microsoft.com/global-infrastructure/data-residency/#more-information) in Brazil South and Southeast Asia, Data Box data is stored in a Zone-redundant Storage (ZRS) account so that it is contained in a single region. For Southeast Asia, all the Data Box data is stored in Singapore and for Brazil South, the data is stored in Brazil.
66+
Due to [data residency requirements](https://azure.microsoft.com/global-infrastructure/data-residency/#more-information) in Brazil South, Southeast Asia, and East Asia, Data Box data is stored in a Zone-redundant Storage (ZRS) account so that it is contained in a single region. For Southeast Asia, all the Data Box data is stored in Singapore. For Brazil South, the data is stored in Brazil. For East Asia, the data is stored in Hong Kong.
6767
68-
If there is a service outage in Brazil South or Southeast Asia, the customers can create new orders from another region. The new orders will be served from the region in which they are created and the customers are responsible for the to and fro shipment of the Data Box device.
68+
If there is a service outage in Brazil South, Southeast Asia, or East Asia, the customers can create new orders from another region. The new orders will be served from the region in which they are created and the customers are responsible for the to and fro shipment of the Data Box device.
6969
7070
### Does my Data Box region have to be in the same Azure region as my destination storage account?
7171

articles/databox/data-box-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ author: alkohli
88
ms.service: databox
99
ms.subservice: pod
1010
ms.topic: overview
11-
ms.date: 04/06/2022
11+
ms.date: 05/06/2022
1212
ms.author: alkohli
13+
ms.custom: references_regions
1314
#Customer intent: As an IT admin, I need to understand what Data Box is and how it works so I can use it to import on-premises data into Azure or export data from Azure.
1415
---
1516
# What is Azure Data Box?
@@ -161,7 +162,7 @@ In the extreme event of any Azure region being affected by a disaster, the Data
161162

162163
For regions paired with a region within the same country or commerce boundary, no action is required. Microsoft is responsible for recovery, which could take up to 72 hours.
163164

164-
For regions that don’t have a paired region within the same geographic or commerce boundary, the customer will be notified to create a new Data Box order from a different, available region and copy their data to Azure in the new region. New orders would be required for the Brazil South and Southeast Asia regions.
165+
For regions that don’t have a paired region within the same geographic or commerce boundary, the customer will be notified to create a new Data Box order from a different, available region and copy their data to Azure in the new region. New orders would be required for the Brazil South, Southeast Asia, and East Asia regions.
165166

166167
For more information, see [Business continuity and disaster recovery (BCDR): Azure Paired Regions](../best-practices-availability-paired-regions.md).
167168

articles/search/search-get-started-arm.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: heidist
88
ms.service: cognitive-search
99
ms.topic: quickstart
1010
ms.custom: subject-armqs, mode-arm
11-
ms.date: 12/07/2021
11+
ms.date: 05/16/2022
1212
---
1313

1414
# Quickstart: Deploy Cognitive Search using an Azure Resource Manager template
@@ -17,6 +17,8 @@ This article walks you through the process for using an Azure Resource Manager (
1717

1818
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1919

20+
Only those properties included in the template are used in the deployment. If more customization is required, such as [setting up network security](search-security-overview.md#network-security), you can [update service configuration](/cli/azure/search/service?view=azure-cli-latest#az-search-service-update) after the service is deployed.
21+
2022
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
2123

2224
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.search%2Fazure-search-create%2Fazuredeploy.json)

articles/search/search-get-started-bicep.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: v-eschaffer
77
ms.service: cognitive-search
88
ms.topic: quickstart
99
ms.custom: subject-armqs, mode-arm
10-
ms.date: 03/18/2022
10+
ms.date: 05/16/2022
1111
---
1212

1313
# Quickstart: Deploy Cognitive Search using Bicep
@@ -24,6 +24,8 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2424

2525
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/azure-search-create/).
2626

27+
Only those properties included in the template are used in the deployment. If more customization is required, such as [setting up network security](search-security-overview.md#network-security), you can [update service configuration](/cli/azure/search/service?view=azure-cli-latest#az-search-service-update) after the service is deployed.
28+
2729
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.search/azure-search-create/main.bicep":::
2830

2931
The Azure resource defined in this Bicep file:

articles/spatial-anchors/how-tos/create-locate-anchors-unity.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,21 @@ Learn more about the [AnchorLocatedDelegate](/dotnet/api/microsoft.azure.spatial
295295

296296
Learn more about the [DeleteAnchorAsync](/dotnet/api/microsoft.azure.spatialanchors.cloudspatialanchorsession.deleteanchorasync) method.
297297

298+
### Delete anchor after locating (recommended)
298299
```csharp
299300
await this.cloudSession.DeleteAnchorAsync(cloudAnchor);
300301
// Perform any processing you may want when delete finishes
301302
```
302303

304+
### Delete anchor without locating
305+
If you are unable to locate an anchor but would still like to delete it you can use the ``GetAnchorPropertiesAsync`` API which takes an anchorId as input to get the ``CloudSpatialAnchor`` object. You can then pass this object into ``DeleteAnchorAsync`` to delete it.
306+
```csharp
307+
var anchor = await cloudSession.GetAnchorPropertiesAsync(@"anchorId");
308+
await this.cloudSession.DeleteAnchorAsync(anchor);
309+
```
310+
311+
312+
303313
[!INCLUDE [Stopping](../../../includes/spatial-anchors-create-locate-anchors-stopping.md)]
304314

305315
Learn more about the [Stop](/dotnet/api/microsoft.azure.spatialanchors.cloudspatialanchorsession.stop) method.

articles/storage/file-sync/file-sync-planning.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Future versions of Windows Server will be added as they are released.
8080
> We recommend keeping all servers that you use with Azure File Sync up to date with the latest updates from Windows Update.
8181
8282
### Minimum system resources
83-
Azure File Sync requires a server, either physical or virtual, with at least one CPU and a minimum of 2 GiB of memory.
83+
Azure File Sync requires a server, either physical or virtual, with at least one CPU, minimum of 2 GiB of memory and a locally attached volume formatted with the NTFS file system.
8484

8585
> [!Important]
8686
> If the server is running in a virtual machine with dynamic memory enabled, the VM should be configured with a minimum of 2048 MiB of memory.
@@ -112,8 +112,6 @@ In the following table, we have provided both the size of the namespace as well
112112
>
113113
> Typical churn is 0.5% of the namespace changing per day. For higher levels of churn, consider adding more CPU.
114114
115-
- A locally attached volume formatted with the NTFS file system.
116-
117115
### Evaluation cmdlet
118116
Before deploying Azure File Sync, you should evaluate whether it is compatible with your system using the Azure File Sync evaluation cmdlet. This cmdlet checks for potential issues with your file system and dataset, such as unsupported characters or an unsupported operating system version. Its checks cover most but not all of the features mentioned below; we recommend you read through the rest of this section carefully to ensure your deployment goes smoothly.
119117

0 commit comments

Comments
 (0)