Azure Synapse Analytics
Azure Synapse Analytics
Step 1 : Go to the Azure Portal and search for Azure Synapse.
Step 2 : Click on create button.
Step 3 : This error occurred because we haven't assigned the necessary resource providers.
Step 4 : Go to your subscription and click on resorce provider from sidebar and assign necessary resource providers to your subscription.
Step 5 : Add details.
Managed Resource Group :
When you create an Azure Synapse Analytics workspace, Azure automatically creates a Managed Resource Group.
The main resource group contains only the Synapse workspace, which keeps it clean.
All other resources created by Synapse go into the managed resource group to avoid clutter.
Synapse controls and manages everything in this managed resource group.
You can name the managed resource group if you want, but this is optional and usually not needed.
Data Lake Storage Gen2 :
It is built on an Azure Storage Account and uses blob containers to store files and data.
When you create a Synapse workspace, you must select a Data Lake Gen2 account.
You can choose it from your subscription, which has a list of existing storage accounts, or manually via URL.
Each storage account and its containers have a unique URL.
They must be in the same region as your workspace.
Comments
Post a Comment