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
@@ -21,7 +21,7 @@ If you find that your Azure VMs, Dedicated Hosts, or Azure App Services reservat
21
21
Although you can return the above offerings for a savings plan, you can't exchange a savings plan for them or for another savings plan.
22
22
23
23
> [!NOTE]
24
-
> Exchanges will be unavailable for Azure reserved instances for compute services purchased on or after **January 1, 2024**. Azure savings plan for compute is designed to help you save broadly on predictable compute usage. The savings plan provides more flexibility needed to accommodate changes such as virtual machine series and regions. With savings plan providing the flexibility automatically, we’re adjusting our reservations exchange policy. You can continue to exchange VM sizes (with instance size flexibility) but we'll no longer support exchanging instance series or regions for Azure Reserved Virtual Machine Instances, Azure Dedicated Host reservations, and Azure App Services reservations. Until **December 31, 2023** you can trade-in your Azure reserved instances for compute for a savings plan. Or, you may continue to use and purchase reservations for those predictable, stable workloads where you know the specific configuration you’ll need and want additional savings. For more information, see [Self-service exchanges and refunds for Azure Reservations](../reservations/exchange-and-refund-azure-reservations.md).
24
+
> Exchanges will be unavailable for Azure reserved instances for compute services purchased on or after **January 1, 2024**. Azure savings plan for compute is designed to help you save broadly on predictable compute usage. The savings plan provides more flexibility needed to accommodate changes such as virtual machine series and regions. With savings plan providing the flexibility automatically, we’re adjusting our reservations exchange policy. You can continue to exchange VM sizes (with instance size flexibility) but we'll no longer support exchanging instance series or regions for Azure Reserved Virtual Machine Instances, Azure Dedicated Host reservations, and Azure App Services reservations. For a limited time you may trade-in your Azure reserved instances for compute for a savings plan. Or, you may continue to use and purchase reservations for those predictable, stable workloads where you know the specific configuration you’ll need and want additional savings. For more information, see [Self-service exchanges and refunds for Azure Reservations](../reservations/exchange-and-refund-azure-reservations.md).
25
25
26
26
The following reservations aren't eligible to be traded in for savings plans:
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/deploy-vulnerability-assessment-defender-vulnerability-management.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Use Microsoft Defender for Endpoint's Defender Vulnerability Management with Microsoft Defender for Cloud
3
-
description: Enable, deploy, and use Microsoft Defender for Endpoint's Defender Vulnerability Management with Microsoft Defender for Cloud to discover weaknesses in your Azure and hybrid machines
2
+
title: Use Microsoft Defender Vulnerability Management with Microsoft Defender for Cloud
3
+
description: Enable, deploy, and use Microsoft Defender Vulnerability Management with Microsoft Defender for Cloud to discover weaknesses in your Azure and hybrid machines
4
4
ms.topic: how-to
5
5
ms.custom: ignite-2022
6
6
ms.date: 11/24/2022
7
7
---
8
8
9
-
# Investigate weaknesses with Microsoft Defender for Endpoint's Defender Vulnerability Management
9
+
# Investigate weaknesses with Microsoft Defender Vulnerability Management
10
10
11
11
[Microsoft's Defender Vulnerability Management](/microsoft-365/security/defender-vulnerability-management/defender-vulnerability-management) is a built-in module in Microsoft Defender for Endpoint that can:
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/workflow-automation.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
@@ -116,7 +116,7 @@ To implement these policies:
116
116
|Workflow automation for regulatory compliance changes|[Deploy Workflow Automation for Microsoft Defender for Cloud regulatory compliance](https://portal.azure.com/#view/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F509122b9-ddd9-47ba-a5f1-d0dac20be63c)|509122b9-ddd9-47ba-a5f1-d0dac20be63c|
117
117
118
118
> [!NOTE]
119
-
> The three workflow automation policies have recently been rebranded. nfortunately, this change came with an unavoidable breaking change. To learn how to mitigate this breaking change, see [mitigate breaking change](#mitigate-breaking-change),
119
+
> The three workflow automation policies have recently been rebranded. Unfortunately, this change came with an unavoidable breaking change. To learn how to mitigate this breaking change, see [mitigate breaking change](#mitigate-breaking-change),
120
120
121
121
> [!TIP]
122
122
> You can also find these by searching Azure Policy:
Copy file name to clipboardExpand all lines: articles/digital-twins/how-to-use-azure-digital-twins-explorer.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure Digital Twins
5
5
description: Learn how to use all the features of Azure Digital Twins Explorer (preview)
6
6
author: baanders
7
7
ms.author: baanders # Microsoft employees only
8
-
ms.date: 02/24/2022
8
+
ms.date: 12/2/2022
9
9
ms.topic: how-to
10
10
ms.service: digital-twins
11
11
ms.custom: event-tier1-build-2022
@@ -365,7 +365,7 @@ For information about the viewing experience for models, see [Explore models and
365
365
366
366
### Upload models
367
367
368
-
You can upload models from your machine by selecting them individually, or by uploading an entire folder of models at once.
368
+
You can upload models from your machine by selecting model files individually, or by uploading an entire folder of model files at once. If you're uploading one JSON file that contains the code for many models, be sure to review the [bulk model upload limitations](#limitations-of-bulk-model-upload).
369
369
370
370
To upload one or more models that are individually selected, select the **Upload a model** icon showing an upwards arrow.
371
371
@@ -380,7 +380,18 @@ To upload a folder of models, including everything that's inside it, select the
380
380
In the file selector box that appears, navigate on your machine to a folder containing JSON model files. Select **Open** to upload that top-level folder and all of its contents.
381
381
382
382
>[!IMPORTANT]
383
-
>If a model references another model in its definition, like when you're defining relationships or components, the model being referenced needs to be present in the instance in order to upload the model that uses it. If you're uploading models one-by-one, that means that you should upload the model being referenced **before** uploading any models that use it. If you're uploading models in bulk, you can select them both in the same import and Azure Digital Twins will infer the order to upload them in.
383
+
>If a model references another model in its definition, like when you're defining relationships or components, the model being referenced needs to be present in the instance in order to upload the model that uses it. If you're uploading models one-by-one, that means that you should upload the model being referenced **before** uploading any models that use it. If you're uploading models in bulk, you can select them all in the same import and Azure Digital Twins will infer the order to upload them in. However, if you're uploading more than 50 models in the same file, see the [bulk model upload limitations](#limitations-of-bulk-model-upload).
384
+
385
+
#### Limitations of bulk model upload
386
+
387
+
The limitations in this section apply to models that are contained within a single JSON file, therefore being uploaded at the same time.
388
+
389
+
While there's no limit to how many models you can include with a single JSON file, there are special considerations for files containing more than 50 models. If you're uploading more than 50 models within the same model file, follow these tips:
390
+
* If there are any models that inherit from other models that are defined in the same file, place them near the end of the list.
391
+
* If there are any models that reference other models defined in the same file as components, place them near the end of the list.
392
+
* Verify that wherever a model references another model that's defined in the same file (either through inheritance or as a component), the model that contains the reference comes later in the list than the referenced model definition.
393
+
394
+
This will help make sure that model dependencies are resolved correctly during the upload process.
384
395
385
396
### Delete models
386
397
@@ -410,6 +421,9 @@ From the **Twin Graph** panel, you have the options to [import](#import-graph) a
410
421
411
422
You can use the import feature to add twins, relationships, and models to your instance. This feature can be useful for creating many twins, relationships, and/or models at once.
412
423
424
+
>[!NOTE]
425
+
> If your graph import file includes models, they'll be subject to the [bulk model upload limitations](#limitations-of-bulk-model-upload).
426
+
413
427
#### Create import file
414
428
415
429
The first step in importing a graph is creating a file representing the twins and relationships you want to add.
Copy file name to clipboardExpand all lines: articles/dms/tutorial-mysql-azure-single-to-flex-offline-portal.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,9 +159,8 @@ To register the Microsoft.DataMigration resource provider, perform the following
159
159
6. To the right of **Pricing tier**, select **Configure tier**.
160
160
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/7-project-details.png" alt-text="Screenshot of a Select Configure Tier.":::
161
161
162
-
7. On the **Configure** page, select the pricing tier and number of vCores for your DMS instance, and then select **Apply**.
163
-
164
-
For more information on DMS costs and pricing tiers, see the [pricing page](https://aka.ms/dms-pricing).
162
+
7. On the **Configure** page, select the **Premium** pricing tier with 4 vCores for your DMS instance, and then select **Apply**.
163
+
DMS Premium 4-vCore is free for 6 months (183 days) from the DMS service creation date before incurring any charges. For more information on DMS costs and pricing tiers, see the [pricing page](https://aka.ms/dms-pricing).
165
164
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/8-configure-pricing-tier.png" alt-text="Screenshot of a Select Pricing tier.":::
166
165
167
166
Next, we need to specify the VNet that will provide the DMS instance with access to the source single server and the target flexible server.
Copy file name to clipboardExpand all lines: articles/dms/tutorial-mysql-azure-single-to-flex-online-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,8 +168,8 @@ To register the Microsoft.DataMigration resource provider, perform the following
168
168
6. To the right of **Pricing tier**, select **Configure tier**.
169
169
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-online/7-project-details.png" alt-text="Screenshot of a Select Configure Tier.":::
170
170
171
-
7. On the **Configure** page, select the pricing tier and number of vCores for your DMS instance, and then select **Apply**.
172
-
For more information on DMS costs and pricing tiers, see the [pricing page](https://aka.ms/dms-pricing).
171
+
7. On the **Configure** page, select the **Premium**pricing tier with 4 vCores for your DMS instance, and then select **Apply**.
172
+
DMS Premium 4-vCore is free for 6 months (183 days) from the DMS service creation date before incurring any charges. For more information on DMS costs and pricing tiers, see the [pricing page](https://aka.ms/dms-pricing).
173
173
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-online/8-configure-pricing-tier.png" alt-text="Screenshot of a Select Pricing tier.":::
174
174
175
175
Next, we need to specify the VNet that will provide the DMS instance with access to the source single server and the target flexible server.
Copy file name to clipboardExpand all lines: articles/mysql/single-server/whats-happening-to-mysql-single-server.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
@@ -88,7 +88,7 @@ A. To limit any downtime you might incur, perform an online migration to Flexibl
88
88
89
89
**Q. Will there be future updates to Single Server to support latest MySQL versions?**
90
90
91
-
A. The last minor version upgrade to Single Server version 8.0 will be 8.0.28. Consider migrating to Flexible Server to use the benefits of the latest version upgrades.
91
+
A. The last minor version upgrade to Single Server version 8.0 will be 8.0.15. Consider migrating to Flexible Server to use the benefits of the latest version upgrades.
92
92
93
93
**Q. How does the flexible server’s 99.99% availability SLA differ from that of single server?**
0 commit comments