Skip to content

Commit 3dd74a4

Browse files
authored
Merge pull request #281527 from MicrosoftDocs/main
Publish to live, Tuesday 4 AM PST, 7/23
2 parents 017a935 + 34f7ee5 commit 3dd74a4

27 files changed

+109
-99
lines changed

articles/automation/manage-runtime-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage Runtime environment and associated runbooks in Azure Automation
33
description: This article tells how to manage runbooks in Runtime environment and associated runbooks Azure Automation
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 06/28/2024
6+
ms.date: 07/24/2024
77
ms.topic: conceptual
88
ms.custom: references_regions
99
---
@@ -77,7 +77,7 @@ An Azure Automation account in supported public region (except Central India, Ge
7777
> [!NOTE]
7878
> - When you import a package, it might take several minutes. 100MB is the maximum total size of the files that you can import.
7979
> - Use *.zip* files for PowerShell runbook types as mentioned [here](/powershell/scripting/developer/module/understanding-a-windows-powershell-module)
80-
> - For Python 3.8 packages, use .tar.gz or .whl files targeting cp38-amd64.
80+
> - For Python 3.8 packages, use .whl files targeting cp38-amd64.
8181
> - For Python 3.10 (preview) packages, use .whl files targeting cp310 Linux OS.
8282
8383
1. Select **Next** and in the **Review + Create** tab, verify that the settings are correct. When you select **Create**, Azure runs validation on Runtime environment settings that you have chosen. If the validation passes, you can proceed to create Runtime environment else, the portal indicates the settings that you need to modify.

articles/automation/python-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage Python 2 packages in Azure Automation
33
description: This article tells how to manage Python 2 packages in Azure Automation.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 04/23/2024
6+
ms.date: 07/23/2024
77
ms.topic: conceptual
88
ms.custom: devx-track-python
99
---
@@ -20,7 +20,7 @@ For information on managing Python 3 packages, see [Manage Python 3 packages](./
2020

2121
:::image type="content" source="media/python-packages/add-python-package.png" alt-text="Screenshot of the Python packages page shows Python packages in the left menu and Add a Python package highlighted.":::
2222

23-
2. On the **Add Python Package** page, select a local package to upload. The package can be a **.whl** or **.tar.gz** file.
23+
2. On the **Add Python Package** page, select a local package to upload. The package can be a **.whl** file.
2424
3. Enter the name and select the **Runtime version** as 2.x.x
2525
4. Select **Import**.
2626

articles/azure-monitor/logs/availability-zones.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.subservice: logs
55
ms.topic: conceptual
66
author: guywi-ms
77
ms.author: guywild
8-
ms.date: 06/05/2023
8+
ms.date: 07/23/2024
99
ms.custom: references_regions
1010

1111
# Customer intent: As an IT manager, I want to understand the data and service resilience benefits Azure Monitor availability zones provide to ensure my data and services are sufficiently protected in the event of datacenter failure.
@@ -47,6 +47,7 @@ A subset of the availability zones that support data resilience currently also s
4747
| East US | | :white_check_mark: | |
4848
| East US 2 | | :white_check_mark: | :white_check_mark: |
4949
| South Central US | :white_check_mark: | :white_check_mark: | |
50+
| Spain Central | :white_check_mark: | :white_check_mark: | :white_check_mark: |
5051
| West US 2 | | :white_check_mark: | :white_check_mark: |
5152
| West US 3 | :white_check_mark: | :white_check_mark: | |
5253
| **Asia Pacific** | | | |
@@ -77,4 +78,4 @@ A subset of the availability zones that support data resilience currently also s
7778

7879
Learn more about how to:
7980
- [Set up a dedicated cluster](logs-dedicated-clusters.md).
80-
- [Migrate Log Analytics workspaces to availability zone support](../../availability-zones/migrate-monitor-log-analytics.md).
81+
- [Migrate Log Analytics workspaces to availability zone support](../../availability-zones/migrate-monitor-log-analytics.md).

articles/hdinsight/benefits-of-migrating-to-hdinsight-40.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Benefits of migrating to Azure HDInsight 4.0.
33
description: Learn the benefits of migrating to Azure HDInsight 4.0.
44
ms.service: hdinsight
55
ms.topic: conceptual
6-
ms.date: 07/22/2024
6+
ms.date: 07/23/2024
77
---
88
# Significant version changes in HDInsight 4.0 and advantages
99

@@ -95,7 +95,7 @@ Set synchronization of partitions to occur every 10 minutes expressed in seconds
9595

9696

9797
> [!WARNING]
98-
> With the `management.task` running every 10 minutes, there will be pressure on the SQL server DTU. This feature also adds cost to Storage access as the partition management threads runs at regular intervals even when cluster is idle.
98+
> With the `management.task` running every 10 minutes, there will be pressure on the SQL server DTU.
9999
100100
You can verify the output from Microsoft Azure portal.
101101

articles/machine-learning/migrate-to-v2-execution-pipeline.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ This article gives a comparison of scenario(s) in SDK v1 and SDK v2. In the foll
221221
|[azureml.pipeline.core.Pipeline](/python/api/azureml-pipeline-core/azureml.pipeline.core.pipeline?view=azure-ml-py&preserve-view=true)|[azure.ai.ml.dsl.pipeline](/python/api/azure-ai-ml/azure.ai.ml.dsl#azure-ai-ml-dsl-pipeline)|
222222
|[OutputDatasetConfig](/python/api/azureml-core/azureml.data.output_dataset_config.outputdatasetconfig?view=azure-ml-py&preserve-view=true)|[Output](/python/api/azure-ai-ml/azure.ai.ml.output)|
223223
|[dataset as_mount](/python/api/azureml-core/azureml.data.filedataset?view=azure-ml-py#azureml-data-filedataset-as-mount&preserve-view=true)|[Input](/python/api/azure-ai-ml/azure.ai.ml.input)|
224+
|[StepSequence](/python/api/azureml-pipeline-core/azureml.pipeline.core.stepsequence)|[Data dependency](https://github.com/Azure/azureml-examples/tree/main/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data)|
224225

225226
## Step and job/component type mapping
226227

articles/migrate/deploy-appliance-script-government.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ Check that the zipped file is secure, before you deploy it.
5757
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
5858
3. Verify the latest appliance version and hash value:
5959

60-
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
61-
60+
| **Download** | **Hash value** |
61+
| --- | --- |
62+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
6263

6364
### Run the script
6465

@@ -115,10 +116,10 @@ Check that the zipped file is secure, before you deploy it.
115116
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
116117
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
117118
3. Verify the latest appliance version and hash value:
118-
119-
**Download** | **Hash value**
120-
--- | ---
121-
[Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | 07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731
119+
120+
| **Download** | **Hash value** |
121+
| --- | --- |
122+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
122123

123124
### Run the script
124125

@@ -176,7 +177,9 @@ Check that the zipped file is secure, before you deploy it.
176177
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
177178
3. Verify the latest appliance version and hash value:
178179

179-
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
180+
| **Download** | **Hash value** |
181+
| --- | --- |
182+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
180183

181184
> [!NOTE]
182185
> The same script can be used to set up Physical appliance for Azure Government cloud with either public or private endpoint connectivity.

articles/migrate/deploy-appliance-script.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ Check that the zipped file is secure, before you deploy it.
5757
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
5858
3. Verify the latest appliance version and hash value:
5959

60-
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
60+
| **Download** | **Hash value** |
61+
| --- | --- |
62+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
6163

6264
> [!NOTE]
6365
> The same script can be used to set up VMware appliance for either Azure public or Azure Government cloud.
@@ -116,7 +118,9 @@ Check that the zipped file is secure, before you deploy it.
116118
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
117119
3. Verify the latest appliance version and hash value:
118120

119-
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
121+
| **Download** | **Hash value** |
122+
| --- | --- |
123+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
120124

121125
> [!NOTE]
122126
> The same script can be used to set up Hyper-V appliance for either Azure public or Azure Government cloud.

articles/migrate/discover-and-assess-using-private-endpoints.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ Check that the zipped file is secure, before you deploy it.
7070
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
7171
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
7272
3. Verify the latest appliance version and hash value:
73-
74-
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
73+
74+
| **Download** | **Hash value** |
75+
| --- | --- |
76+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
7577

7678
> [!NOTE]
7779
> The same script can be used to set up an appliance with private endpoint connectivity for any of the chosen scenarios, such as VMware, Hyper-V, physical or other to deploy an appliance with the desired configuration.

articles/migrate/how-to-scale-out-for-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In **Download Azure Migrate appliance**, click **Download**. You need to downlo
6969
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
7070
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
7171
> 3. Download the [latest version](https://go.microsoft.com/fwlink/?linkid=2191847) of the scale-out appliance installer from the portal if the computed hash value doesn't match this string:
72-
07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731
72+
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
7373

7474
### 3. Run the Azure Migrate installer script
7575

articles/migrate/how-to-set-up-appliance-physical.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ Check that the zipped file is secure, before you deploy it.
6262
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
6363
3. Verify the latest appliance version and hash value:
6464

65-
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
65+
| **Download** | **Hash value** |
66+
| --- | --- |
67+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
6668

6769
> [!NOTE]
6870
> The same script can be used to set up Physical appliance for either Azure public or Azure Government cloud.

0 commit comments

Comments
 (0)