Skip to content

Commit 73a078c

Browse files
authored
Merge pull request #115325 from RonyMSFT/20200514rpregistration
20200514rpregistration
2 parents 8972994 + 8dafa2d commit 73a078c

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

articles/synapse-analytics/overview-faq.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ A: Azure Synapse is an integrated data platform for BI, AI, and continuous intel
3030

3131
### Q: How do I get started with Azure Synapse Analytics
3232

33-
A: To start using Azure Synapse Analytics, create a [Synapse workspace](https://portal.azure.com) (it's free!) and create the resources that you want under that workspace. You can follow one of our quickstart tutorials, such as [Create a Synapse SQL pool](quickstart-create-sql-pool-portal.md) or [Create a workspace](quickstart-create-workspace.md), that will walk you through simple use case.
34-
33+
A: To start using Azure Synapse Analytics, [register Azure Synapse resource provider](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-providers-and-types) by selecting *Microsoft.Synapse* from the list of resource providers. Then create a [Synapse workspace](https://portal.azure.com) (it's free!) and create the resources that you want under that workspace. You can follow one of our quickstart tutorials, such as [Create a Synapse SQL pool](quickstart-create-sql-pool.md) or [Create a workspace](quickstart-create-workspace.md), that will walk you through simple use case.
3534
You can also find sample notebooks and SQL scripts in our [repository](https://github.com/Azure/azure-synapse-analytics/tree/master/samples). If you need to connect to a public dataset, create a new linked service with the following attributes:
3635

3736
- azure_storage_account_name = "azureopendatastorage"

articles/synapse-analytics/quickstart-create-workspace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ If you don't have an Azure subscription, [create a free account before you begin
2121

2222
- [Azure Data Lake Storage Gen2 storage account](../storage/common/storage-account-create.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json)
2323

24+
## Register Azure Synapse resource provider
25+
If you have not already done so, register Azure Synapse resource provider. Registering a resource provider configures your subscription to work with the resource provider. For registering Azure Synapse resource provider, see [Azure resource providers and types](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-providers-and-types). Choose *Microsoft.Synapse* from the list of resource providers when you register.
26+
2427
## Sign in to the Azure portal
2528

2629
Sign in to the [Azure portal](https://portal.azure.com/)

articles/synapse-analytics/security/how-to-connect-to-workspace-with-private-links.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,24 @@ ms.reviewer: jrasnick
1313

1414
This article will teach you how to create private endpoint to your Azure Synapse workspace. See [private links and private endpoints](https://docs.microsoft.com/azure/private-link/) to learn more.
1515

16-
## Step 1: Open your Azure Synapse workspace in Azure portal
16+
## Step 1: Register Network resource provider
17+
18+
If you have not already done so, register the Network resource provider. Registering a resource provider configures your subscription to work with the resource provider. Choose *Microsoft.Network* from the list of resource providers when you [register](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-providers-and-types). If the Network resource provider is already registered, then proceed to Step 2.
19+
20+
21+
## Step 2: Open your Azure Synapse workspace in Azure portal
1722

1823
Select **Private endpoint connection** under **Security** and then select **+ Private endpoint**.
1924
![Open Azure Synapse workspace in Azure portal](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-1.png)
2025

21-
## Step 2: Select your subscription and region details
26+
## Step 3: Select your subscription and region details
2227

2328
Under the **Basics** tab in the **Create a private endpoint** window, choose your **Subscription** and **Resource Group**. Give a **Name** to the private endpoint that you want to create. Select the **Region** where you want the private endpoint created.
2429

2530
Private endpoints are created in a subnet. The subscription, resource group, and region selected filter the private endpoint subnets. Select **Next: Resource >** when done.
2631
![Select subscription and region details](./media/how-to-connect-to-workspace-with-private-links/private-endpoint-2.png)
2732

28-
## Step 3: Select your Azure Synapse workspace details
33+
## Step 4: Select your Azure Synapse workspace details
2934

3035
Select **Connect to an Azure resource in my directory** in the **Resource** tab. Select the **Subscription** that contains your Azure Synapse workspace. The **Resource type** for creating private endpoints to an Azure Synapse workspace is *Microsoft.Synapse/workspaces*.
3136

articles/synapse-analytics/security/synapse-workspace-managed-private-endpoints.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ Private endpoint uses a private IP address from your VNet to effectively bring t
2727

2828
>[!IMPORTANT]
2929
>Managed private endpoints are only supported in Azure Synapse workspaces with a Managed workspace VNet.
30+
3031
>[!NOTE]
31-
>It's recommended that you create Managed private endpoints to connect to all your Azure data sources. All outbound traffic from the >Managed workspace VNet will be blocked in the future.
32+
>All outbound traffic from the Managed workspace VNet except through Managed private endpoints will be blocked in the future. It's recommended that you create Managed private endpoints to connect to all your Azure data sources external to the workspace.
3233
3334
A private endpoint connection is created in a "Pending" state when you create a Managed private endpoint in Azure Synapse. An approval workflow is initiated. The private link resource owner is responsible to approve or reject the connection.
3435

articles/synapse-analytics/security/synapse-workspace-managed-vnet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ SQL pool and SQL on-demand are multi-tenant capabilities and therefore reside ou
3737
3838
## Create an Azure Synapse workspace with a Managed workspace VNet
3939

40+
If you have not already done so, register the Network resource provider. Registering a resource provider configures your subscription to work with the resource provider. Choose *Microsoft.Network* from the list of resource providers when you [register](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-providers-and-types).
41+
4042
To create an Azure Synapse workspace that has a Managed workspace VNet associated with it, select the **Security + networking** tab in Azure portal and check the **Enable managed virtual network** checkbox.
4143

4244
If you leave the checkbox unchecked, then your workspace won't have a VNet associated with it.
@@ -47,7 +49,7 @@ If you leave the checkbox unchecked, then your workspace won't have a VNet assoc
4749
![Enable Managed workspace VNet](./media/synapse-workspace-managed-vnet/enable-managed-vnet-1.png)
4850

4951
>[!NOTE]
50-
>All outbound traffic from the Managed workspace VNet will be blocked in the future. It's recommended that you connect to all your data sources using Managed private endpoints.
52+
>All outbound traffic from the Managed workspace VNet except through Managed private endpoints will be blocked in the future. It's recommended that you create Managed private endpoints to connect to all your Azure data sources external to the workspace.
5153
5254
You can check whether your Azure Synapse workspace is associated to a Managed workspace VNet by selecting **Overview** from Azure portal.
5355

0 commit comments

Comments
 (0)