Skip to content

Commit f1b5b17

Browse files
authored
Merge pull request #292516 from MicrosoftDocs/main
1/1/2025 AM Publish
2 parents 5abeb45 + 0724317 commit f1b5b17

14 files changed

+73
-586
lines changed

articles/automation/automation-managing-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Automation data security
33
description: This article helps you learn how Azure Automation protects your privacy and secures your data.
44
services: automation
55
ms.subservice: shared-capabilities
6-
ms.date: 09/09/2024
6+
ms.date: 01/01/2025
77
ms.topic: overview
88
ms.custom:
99
ms.service: azure-automation
@@ -31,7 +31,7 @@ For information about TLS support with the Log Analytics agent for Windows and L
3131

3232
### Upgrade TLS protocol for Hybrid Workers and Webhook calls
3333

34-
From **31 October 2024**, all agent-based and extension-based User Hybrid Runbook Workers, Webhooks, DSC nodes and Azure Automation Update management and Change Tracking managed machines, using Transport Layer Security (TLS) 1.0 and 1.1 protocols would no longer be able to connect to Azure Automation. All jobs running or scheduled on Hybrid Workers using TLS 1.0 and 1.1 protocols will fail.
34+
From **March 01, 2025**, all agent-based and extension-based User Hybrid Runbook Workers, Webhooks, DSC nodes and Azure Automation Update management and Change Tracking managed machines, using Transport Layer Security (TLS) 1.0 and 1.1 protocols would no longer be able to connect to Azure Automation. All jobs running or scheduled on Hybrid Workers using TLS 1.0 and 1.1 protocols will fail.
3535

3636
Ensure that the Webhook calls that trigger runbooks navigate on TLS 1.2 or higher. Learn how to [disable TLS 1.0/1.1 protocols on Windows Hybrid Worker and enable TLS 1.2 or above](/system-center/scom/plan-security-tls12-config#configure-windows-operating-system-to-only-use-tls-12-protocol) on Windows machine.
3737

articles/defender-for-iot/organizations/getting-started.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ A trial license can be extended up to 15 days before the trail expires. For more
2727

2828
Before you start, you need:
2929

30-
1. An email address to be used as the contact for your new Microsoft Tenant
31-
1. A Billing Admin permissions (Entra ID role on the tenant)
32-
1. Credit card details for your new Azure subscription, although you aren't charged until you switch from the **Free Trial** to the **Pay-As-You-Go** plan
30+
1. An email address to be used as the contact for your new Microsoft tenant.
31+
1. A Microsoft tenant, with Global or Billing admin access to the tenant.
32+
33+
For more information, see [Buy or remove licenses for a Microsoft business subscription](/microsoft-365/commerce/licenses/buy-licenses) and [About admin roles in the Microsoft 365 admin center](/microsoft-365/admin/add-users/about-admin-roles).
34+
35+
1. Credit card details for your new Azure subscription, although you aren't charged until you switch from the **Free Trial** to the **Pay-As-You-Go** plan.
3336

3437
## Add a trial license
3538

articles/synapse-analytics/.openpublishing.redirection.synapse-analytics.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
"redirect_url": "/azure/synapse-analytics/partner/data-integration",
2626
"redirect_document_id": false
2727
},
28+
{
29+
"source_path_from_root": "/articles/synapse-analytics/machine-learning/tutorial-automl.md",
30+
"redirect_url": "/azure/synapse-analytics/machine-learning/what-is-machine-learning",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path_from_root": "/articles/synapse-analytics/spark/apache-spark-azure-machine-learning-tutorial.md",
35+
"redirect_url": "/azure/synapse-analytics/machine-learning/what-is-machine-learning",
36+
"redirect_document_id": false
37+
},
2838
{
2939
"source_path_from_root": "/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-partner-data-management.md",
3040
"redirect_url": "/azure/synapse-analytics/partner/data-management",

articles/synapse-analytics/database-designer/quick-start-create-lake-database.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: wiassaf, jovanpop
77
ms.service: azure-synapse-analytics
88
ms.subservice: database-editor
99
ms.topic: quickstart
10-
ms.date: 08/16/2022
10+
ms.date: 12/31/2024
1111
ms.custom: template-concept
1212
---
1313

@@ -23,9 +23,9 @@ This quick start gives you a complete sample scenario on how you can apply datab
2323

2424
## Create a lake database from database templates
2525

26-
Use the new database templates functionality to create a lake database that you can use to configure your data model for the database.
26+
Use the new database templates functionality to create a lake database that you can use to configure your data model for the database.
2727

28-
For our scenario we will use the `Retail` database template and select the following entities:
28+
For our scenario we'll use the `Retail` database template and select the following entities:
2929

3030
- **RetailProduct** - A product is anything that can be offered to a market that might satisfy a need by potential customers. That product is the sum of all physical, psychological, symbolic, and service attributes associated with it.
3131
- **Transaction** - The lowest level of executable work or customer activity.
@@ -43,7 +43,7 @@ The easiest way to find entities is by using the search box above the different
4343

4444
After you have created the database, make sure the storage account and the filepath is set to a location where you wish to store the data. The path will default to the primary storage account within Azure Synapse Analytics but can be changed to your needs.
4545

46-
:::image type="content" source="./media/quick-start-create-lake-database/lake-database-example.png" alt-text="Screenshot of an individual entity properties in the Retail database template." lightbox="./media/quick-start-create-lake-database/lake-database-example.png":::
46+
:::image type="content" source="./media/quick-start-create-lake-database/lake-database-example.png" alt-text="Screenshot of an individual entity property in the Retail database template." lightbox="./media/quick-start-create-lake-database/lake-database-example.png":::
4747

4848
To save your layout and make it available within Azure Synapse, **Publish** all changes. This step completes the setup of the lake database and makes it available to all components within Azure Synapse Analytics and outside.
4949

@@ -77,10 +77,6 @@ df = spark.sql("SELECT * FROM `Retail_mil`.`RetailProduct`")
7777
df.show(10)
7878
```
7979

80-
## Train machine learning models
81-
82-
You can use lake database to train your machine learning models and score the data. For more details [Train machine learning models](../machine-learning/tutorial-automl.md)
83-
8480
## Next steps
8581

8682
Continue to explore the capabilities of the database designer using the links below.

articles/synapse-analytics/machine-learning/tutorial-automl.md

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)