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
To enabled security features like Synapse managed VNET, managed private endpoints, and privates enpoints to 3 synapse endpoints, set 'securityEnabled=true' when running setup.sh:
If you like to package other pipelines or re-package an updated/modified pipeline, follow the instructions under `Packaging the Synapse pipeline` section. The script mentioned in that section can be rerun multiple times.
52
57
53
58
Arguments | Required | Sample value
@@ -83,6 +88,12 @@ To install infrastructure execute install.sh script as follows
83
88
84
89
```
85
90
91
+
To enabled security features like Synapse managed VNET, managed private endpoints, and privates enpoints to 3 synapse endpoints, set 'securityEnabled=true' when running install.sh:
**Note that if you turn on securityEnabled during setup, Synapse endpoints are restricted to the custom VNET in the deployment environment. Thus, you need to create a Windows jumpbox inside the VNET to connect to Synapse Studio.**
96
+
86
97
Default values for the parameters are provided in the script itself.
87
98
88
99
Arguments | Required | Sample value
@@ -113,6 +124,11 @@ For eg.
113
124
az deployment sub create -l <region> -n aoi -f main.bicep -p location=<region> environmentCode=aoi environment=synapse-aoi
114
125
```
115
126
127
+
To enabled security features like Synapse managed VNET, managed private endpoints, and privates enpoints to 3 Synapse endpoints, pass parameter 'securityEnabled=true' when running bicep:
128
+
```
129
+
bash
130
+
az deployment sub create -l <region_name> -n <deployment_name> -f main.bicep -p location=<region_name> environmentCode=<environment_name_prefix> environment=<tag_value> securityEnabled=true
131
+
```
116
132
117
133
## Configuring the Resources
118
134
@@ -142,7 +158,10 @@ Once the above step completes, a zip file is generated. Upload the generated zip
142
158
4. When prompted to select a file, pick the zip file generated in the previous step
143
159
5. Pipelines and its dependencies are imported to the Synapse Studio. Validate the components being imported for any errors
144
160
6. Click "Publish all" and wait for the imported components to be published
145
-
NOTE: You may run into this error during import "Invalid template, please check the template file". It is a known issue that we are working on with the product team. In the interim, we suggest importing from Git Repository as described below.
161
+
NOTE: You may run into this error during import "Invalid template, please check the template file". It is a known issue that we are working on with the product team. In the interim, we suggest importing from Git Repository as described below.
162
+
163
+
**Note that if you turn on securityEnabled during setup, Synapse endpoints are restricted to the custom VNET in the deployment environment. Thus, you need to create a Windows jumpbox inside the VNET to connect to Synapse Studio and import the package.**
164
+
146
165
## Importing from Git Repository
147
166
148
167
Another way to get import pipeline into the Synape Studio is through Source Control repository like GitHub or Azure DevOps repository. Refer to the document on [Source Control](https://docs.microsoft.com/azure/synapse-analytics/cicd/source-control) to learn about Git Integration for Azure Synapse Analytics and how to setup.
0 commit comments