You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/weather-services-faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ sections:
105
105
- question: |
106
106
Do you offer icons for different weather conditions?
107
107
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.
Copy file name to clipboardExpand all lines: articles/backup/azure-kubernetes-service-cluster-backup-using-powershell.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,13 @@ A Backup vault is a management entity in Azure that stores backup data for vario
39
39
40
40
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).
41
41
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.
44
44
45
45
1. To define the storage settings of the Backup vault, run the following cmdlet:
46
46
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.
@@ -91,8 +91,8 @@ Backup for AKS provides multiple backups per day. The backups are equally distri
91
91
92
92
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.
93
93
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.
96
96
97
97
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.
98
98
@@ -112,10 +112,10 @@ Once the vault and policy creation are complete, you need to perform the followi
112
112
113
113
To create a new storage account and a blob container, see [these steps](../storage/blobs/blob-containers-powershell.md#create-a-container).
114
114
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.
119
119
120
120
2.**Install Backup Extension**
121
121
@@ -125,10 +125,10 @@ Once the vault and policy creation are complete, you need to perform the followi
125
125
126
126
3.**Enable Trusted Access**
127
127
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).
129
129
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.
Copy file name to clipboardExpand all lines: articles/remote-rendering/concepts/graphics-bindings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ StartupRemoteRendering(managerInit); // static function in namespace Microsoft::
48
48
49
49
```
50
50
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.
52
52
For WMR `StartupRemoteRendering` also needs to be called before any holographic API is called. For OpenXR the same applies for any OpenXR related APIs.
Copy file name to clipboardExpand all lines: articles/synapse-analytics/whats-new-archive.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ Azure Data Explorer (ADX) is a fast and highly scalable data exploration service
151
151
|**Month**|**Feature**|**Learn more**|
152
152
|:-- |:-- | :-- |
153
153
| 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. |
155
155
| 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). |
156
156
| 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. |
157
157
| 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). |
Copy file name to clipboardExpand all lines: articles/synapse-analytics/whats-new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ Azure Data Explorer (ADX) is a fast and highly scalable data exploration service
249
249
| 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). |
250
250
| 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).|
251
251
| 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. |
253
253
| 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). |
254
254
| 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. |
Copy file name to clipboardExpand all lines: articles/virtual-machines/enable-nvme-faqs.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -174,11 +174,11 @@ sections:
174
174
- question: |
175
175
I have a SCSI Ebsv5 VM. How do I switch to NVMe of the same VM size?
176
176
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--).
178
178
- question: |
179
179
How can I switch back to SCSI interface from NVMe VM?
180
180
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--).
182
182
- question: |
183
183
Does Azure support live resizing on disks with NVMe VM sizes?
184
184
answer: |
@@ -226,7 +226,7 @@ sections:
226
226
- question: |
227
227
What happens if I create an E112i VM using an OS image that isn't tagged as NVMe?
228
228
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--).
230
230
- question: |
231
231
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?
0 commit comments