Skip to content

Commit e5b896c

Browse files
authored
Merge pull request #271463 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 f4216b8 + 7d36381 commit e5b896c

File tree

10 files changed

+24
-26
lines changed

10 files changed

+24
-26
lines changed

articles/azure-maps/weather-services-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ sections:
105105
- question: |
106106
Do you offer icons for different weather conditions?
107107
answer: |
108-
Yes. You can find icons and their respective codes [here](./weather-services-concepts.md#weather-icons). Notice that only some of the Weather service (Preview) APIs, such as [Get Current Conditions API](/rest/api/maps/weather/getcurrentconditions), return the *iconCode* in the response. For more information, see the [Get current weather at a location]](https://samples.azuremaps.com/?search=Get%20current%20weather%20at%20a%20location) sample.
108+
Yes. You can find icons and their respective codes [here](./weather-services-concepts.md#weather-icons). Notice that only some of the Weather service (Preview) APIs, such as [Get Current Conditions API](/rest/api/maps/weather/getcurrentconditions), return the *iconCode* in the response. For more information, see the [Get current weather at a location](https://samples.azuremaps.com/?search=Get%20current%20weather%20at%20a%20location) sample.
109109
110110
additionalContent: |
111111

articles/azure-monitor/app/java-standalone-config.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ You can also set the sampling percentage by using the environment variable `APPL
173173
> [!NOTE]
174174
> For the sampling percentage, choose a percentage that's close to 100/N, where N is an integer. Currently, sampling doesn't support other values.
175175
176-
## Sampling overrides (preview)
177-
178-
This feature is in preview, starting from 3.0.3.
176+
## Sampling overrides
179177

180178
Sampling overrides allow you to override the [default sampling percentage](#sampling). For example, you can:
181179

articles/azure-monitor/app/java-standalone-upgrade-from-2x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Or using [inherited attributes](./java-standalone-config.md#inherited-attribute-
5757

5858
2.x SDK TelemetryProcessors don't run when using the 3.x agent.
5959
Many of the use cases that previously required writing a `TelemetryProcessor` can be solved in Application Insights Java 3.x
60-
by configuring [sampling overrides](./java-standalone-config.md#sampling-overrides-preview).
60+
by configuring [sampling overrides](./java-standalone-config.md#sampling-overrides).
6161

6262
## Multiple applications in a single JVM
6363

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,7 @@ You might use the following ways to filter out telemetry before it leaves your a
20872087

20882088
### [Java](#tab/java)
20892089

2090-
See [sampling overrides](java-standalone-config.md#sampling-overrides-preview) and [telemetry processors](java-standalone-telemetry-processors.md).
2090+
See [sampling overrides](java-standalone-config.md#sampling-overrides) and [telemetry processors](java-standalone-telemetry-processors.md).
20912091

20922092
### [Node.js](#tab/nodejs)
20932093

articles/backup/azure-kubernetes-service-cluster-backup-using-powershell.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ A Backup vault is a management entity in Azure that stores backup data for vario
3939

4040
Here, we're creating a Backup vault *TestBkpVault* in *West US* region under the resource group *testBkpVaultRG*. Use the `New-AzDataProtectionBackupVault` cmdlet to create a Backup vault. Learn more about [creating a Backup vault](create-manage-backup-vault.md#create-a-backup-vault).
4141

42-
>[!Note]
43-
>Though the selected vault may have the *global-redundancy* setting, backup for AKS currently supports **Operational Tier** only. All backups are stored in your subscription in the same region as that of the AKS cluster, and they aren't copied to Backup vault storage.
42+
> [!NOTE]
43+
> Though the selected vault may have the *global-redundancy* setting, backup for AKS currently supports **Operational Tier** only. All backups are stored in your subscription in the same region as that of the AKS cluster, and they aren't copied to Backup vault storage.
4444
4545
1. To define the storage settings of the Backup vault, run the following cmdlet:
4646

47-
>[!Note]
48-
>The vault is created with only *Local Redundancy* and *Operational Data store* support.
47+
> [!NOTE]
48+
> The vault is created with only *Local Redundancy* and *Operational Data store* support.
4949
5050
```azurepowershell
5151
$storageSetting = New-AzDataProtectionBackupVaultStorageSettingObject -Type LocallyRedundant -DataStoreType OperationalStore
@@ -91,8 +91,8 @@ Backup for AKS provides multiple backups per day. The backups are equally distri
9191

9292
If *once a day backup* is sufficient, then choose the *Daily backup frequency*. In the daily backup frequency, you can specify the *time of the day* when your backups should be taken.
9393

94-
>[!Important]
95-
>The time of the day indicates the backup start time and not the time when the backup completes. The time required for completing the backup operation is dependent on various factors, including number and size of the persistent volumes and churn rate between consecutive backups.
94+
> [!IMPORTANT]
95+
> The time of the day indicates the backup start time and not the time when the backup completes. The time required for completing the backup operation is dependent on various factors, including number and size of the persistent volumes and churn rate between consecutive backups.
9696
9797
If you want to edit the hourly frequency or the retention period, use the `Edit-AzDataProtectionPolicyTriggerClientObject` and/or `Edit-AzDataProtectionPolicyRetentionRuleClientObject` cmdlets. Once the policy object has all the required values, start creating a new policy from the policy object using the `New-AzDataProtectionBackupPolicy` cmdlet.
9898

@@ -112,10 +112,10 @@ Once the vault and policy creation are complete, you need to perform the followi
112112

113113
To create a new storage account and a blob container, see [these steps](../storage/blobs/blob-containers-powershell.md#create-a-container).
114114

115-
>[!Note]
116-
>1. The storage account and the AKS cluster should be in the same region and subscription.
117-
>2. The blob container shouldn't contain any previously created file systems (except created by backup for AKS).
118-
>3. If your source or target AKS cluster is in a private virtual network, then you need to create Private Endpoint to connect storage account with the AKS cluster.
115+
> [!NOTE]
116+
> 1. The storage account and the AKS cluster should be in the same region and subscription.
117+
> 2. The blob container shouldn't contain any previously created file systems (except created by backup for AKS).
118+
> 3. If your source or target AKS cluster is in a private virtual network, then you need to create Private Endpoint to connect storage account with the AKS cluster.
119119
120120
2. **Install Backup Extension**
121121

@@ -125,10 +125,10 @@ Once the vault and policy creation are complete, you need to perform the followi
125125

126126
3. **Enable Trusted Access**
127127

128-
For the Backup vault to connect with the AKS cluster, you must enable Trusted Access as it allows the Backup vault to have a direct line of sight to the AKS cluster. Learn [how to enable Trusted Access]](azure-kubernetes-service-cluster-manage-backups.md#trusted-access-related-operations).
128+
For the Backup vault to connect with the AKS cluster, you must enable Trusted Access as it allows the Backup vault to have a direct line of sight to the AKS cluster. Learn [how to enable Trusted Access](azure-kubernetes-service-cluster-manage-backups.md#trusted-access-related-operations).
129129

130-
>[!Note]
131-
>For Backup Extension installation and Trusted Access enablement, the commands are available in Azure CLI only.
130+
> [!NOTE]
131+
> For Backup Extension installation and Trusted Access enablement, the commands are available in Azure CLI only.
132132
133133
## Configure backups
134134

articles/remote-rendering/concepts/graphics-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ StartupRemoteRendering(managerInit); // static function in namespace Microsoft::
4848

4949
```
5050
The call above must be called before any other Remote Rendering APIs are accessed.
51-
Similarly, the corresponding de-init function `RemoteManagerStatic.ShutdownRemoteRendering();` should be called after all other Remote Rendering objects are already destoyed.
51+
Similarly, the corresponding de-init function `RemoteManagerStatic.ShutdownRemoteRendering();` should be called after all other Remote Rendering objects are already destroyed.
5252
For WMR `StartupRemoteRendering` also needs to be called before any holographic API is called. For OpenXR the same applies for any OpenXR related APIs.
5353
5454
## <span id="access">Accessing graphics binding

articles/storage/blobs/blob-inventory-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Enable blob inventory reports by adding a policy with one or more rules to your
3838

3939
5. In the **Add a rule** page, name your new rule.
4040

41-
6. Choose a container.
41+
6. Choose the container that will store inventory reports.
4242

4343
7. Under **Object type to inventory**, choose whether to create a report for blobs or containers.
4444

articles/synapse-analytics/whats-new-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Azure Data Explorer (ADX) is a fast and highly scalable data exploration service
151151
|**Month** | **Feature** | **Learn more**|
152152
|:-- |:-- | :-- |
153153
| June 2022 | **Web Explorer new homepage** | The new Azure Synapse [Web Explorer homepage](https://dataexplorer.azure.com/home) makes it even easier to get started with Synapse Web Explorer. |
154-
| June 2022 | **Web Explorer sample gallery** | The [Web Explorer sample gallery]((https://techcommunity.microsoft.com/t5/azure-data-explorer-blog/azure-data-explorer-in-60-minutes-with-the-new-samples-gallery/ba-p/3447552) provides end-to-end samples of how customers leverage Synapse Data Explorer popular use cases such as Logs Data, Metrics Data, IoT data and Basic big data examples. |
154+
| June 2022 | **Web Explorer sample gallery** | The [Web Explorer sample gallery](https://techcommunity.microsoft.com/t5/azure-data-explorer-blog/azure-data-explorer-in-60-minutes-with-the-new-samples-gallery/ba-p/3447552) provides end-to-end samples of how customers leverage Synapse Data Explorer popular use cases such as Logs Data, Metrics Data, IoT data and Basic big data examples. |
155155
| June 2022 | **Web Explorer dashboards drill through capabilities** | You can now [use drillthroughs as parameters in your Synapse Web Explorer dashboards](/azure/data-explorer/dashboard-parameters#use-drillthroughs-as-dashboard-parameters). |
156156
| June 2022 | **Time Zone settings for Web Explorer** | The [Time Zone settings of the Web Explorer](/azure/data-explorer/web-query-data#change-datetime-to-specific-time-zone) now apply to both the Query results and to the Dashboard. By changing the time zone, the dashboards will be automatically refreshed to present the data with the selected time zone. |
157157
| May 2022 | **Synapse Data Explorer live query in Excel** | Using the [new Data Explorer web experience Open in Excel feature](https://techcommunity.microsoft.com/t5/azure-data-explorer-blog/open-live-kusto-query-in-excel/ba-p/3198500), you can now provide access to live results of your query by sharing the connected Excel Workbook with colleagues and team members. You can open the live query in an Excel Workbook and refresh it directly from Excel to get the most up to date query results. To create an Excel Workbook connected to Synapse Data Explorer, [start by running a query in the Web experience](https://aka.ms/adx.help.livequery). |

articles/synapse-analytics/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Azure Data Explorer (ADX) is a fast and highly scalable data exploration service
249249
| July 2022 | **Ingest data from Azure Stream Analytics into Synapse Data Explorer (Preview)** | You can now use a Streaming Analytics job to collect data from an event hub and send it to your Azure Data Explorer cluster using the Azure portal or an ARM template. For more information, see [Ingest data from Azure Stream Analytics into Azure Data Explorer](/azure/data-explorer/stream-analytics-connector). |
250250
| July 2022 | **Render charts for each y column** | Synapse Web Data Explorer now supports rendering charts for each y column. For an example, see the [Azure Synapse Analytics July Update 2022](https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/azure-synapse-analytics-july-update-2022/ba-p/3535089#TOCREF_6).|
251251
| June 2022 | **Web Explorer new homepage** | The new Azure Synapse [Web Explorer homepage](https://dataexplorer.azure.com/home) makes it even easier to get started with Synapse Web Explorer. |
252-
| June 2022 | **Web Explorer sample gallery** | The [Web Explorer sample gallery]((https://techcommunity.microsoft.com/t5/azure-data-explorer-blog/azure-data-explorer-in-60-minutes-with-the-new-samples-gallery/ba-p/3447552) provides end-to-end samples of how customers leverage Synapse Data Explorer popular use cases such as Logs Data, Metrics Data, IoT data and Basic big data examples. |
252+
| June 2022 | **Web Explorer sample gallery** | The [Web Explorer sample gallery](https://techcommunity.microsoft.com/t5/azure-data-explorer-blog/azure-data-explorer-in-60-minutes-with-the-new-samples-gallery/ba-p/3447552) provides end-to-end samples of how customers leverage Synapse Data Explorer popular use cases such as Logs Data, Metrics Data, IoT data and Basic big data examples. |
253253
| June 2022 | **Web Explorer dashboards drill through capabilities** | You can now [use drillthroughs as parameters in your Synapse Web Explorer dashboards](/azure/data-explorer/dashboard-parameters#use-drillthroughs-as-dashboard-parameters). |
254254
| June 2022 | **Time Zone settings for Web Explorer** | The [Time Zone settings of the Web Explorer](/azure/data-explorer/web-query-data#change-datetime-to-specific-time-zone) now apply to both the Query results and to the Dashboard. By changing the time zone, the dashboards are automatically refreshed to present the data with the selected time zone. |
255255

articles/virtual-machines/enable-nvme-faqs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ sections:
174174
- question: |
175175
I have a SCSI Ebsv5 VM. How do I switch to NVMe of the same VM size?
176176
answer: |
177-
The steps to switch from SCSI to NVMe are the same as explained in [FAQ](#how-do-i-enable-nvme-on-a-vm-family--)
177+
The steps to switch from SCSI to NVMe are the same as explained in [FAQ](#how-do-i-enable-nvme-on-a-vm-family--).
178178
- question: |
179179
How can I switch back to SCSI interface from NVMe VM?
180180
answer: |
181-
To switch back to SCSI from NVMe, follow the same steps as explained in [FAQ](#how-do-i-enable-nvme-on-a-vm-family--)
181+
To switch back to SCSI from NVMe, follow the same steps as explained in [FAQ](#how-do-i-enable-nvme-on-a-vm-family--).
182182
- question: |
183183
Does Azure support live resizing on disks with NVMe VM sizes?
184184
answer: |
@@ -226,7 +226,7 @@ sections:
226226
- question: |
227227
What happens if I create an E112i VM using an OS image that isn't tagged as NVMe?
228228
answer: |
229-
An NVMe E112i VM can only be created using an image (PIR & [Azure Compute Gallery](/azure/virtual-machines/shared-image-galleries?tabs=azure-cli)) that is tagged as NVMe. If an untagged image is used, a SCSI VM is created, and the VM may not perform as intended. There's a solution in development to prevent the creation of an NVMe VM from a nontagged NVMe image. Make sure to follow all instructions listed in [FAQ]((#how-do-i-enable-nvme-on-a-vm-family--).
229+
An NVMe E112i VM can only be created using an image (PIR & [Azure Compute Gallery](/azure/virtual-machines/shared-image-galleries?tabs=azure-cli)) that is tagged as NVMe. If an untagged image is used, a SCSI VM is created, and the VM may not perform as intended. There's a solution in development to prevent the creation of an NVMe VM from a nontagged NVMe image. Make sure to follow all instructions listed in [FAQ](#how-do-i-enable-nvme-on-a-vm-family--).
230230
- question: |
231231
How can I resize a SCSI Ebsv5 or Ebdsv5 VM (for example, 48 vCPU) to an NVMe-enabled VM of the different size (E112i) without re-creating the VM configurations?
232232
answer: |

0 commit comments

Comments
 (0)