-
Notifications
You must be signed in to change notification settings - Fork 30
Create New Version of Purview Starter Kit #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This is an uber automation script which intends to create RG and Purview Account along with the ADF provisioning when a customer tries a demo trial of purview using powershell. The benefit of this script will be the customer doesn't need to switch between portal and script back and forth, just running this script should set up everything needed for Purview from scratch. Refer : https://docs.microsoft.com/en-us/azure/purview/tutorial-scan-data
abandyop
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi , I've discussed these changes with my team, Carey James and Sandeep Shah, I'm adding some addendum sections in the docs : https://docs.microsoft.com/en-us/azure/purview/tutorial-scan-data to point customers to this modified script .
The idea behind this is to achieve full automation, having customers create Purview account and resource groups and everything needed in one shot rather than switching between portal UI and powershell for accomplishing the starter kit tasks.
abandyop
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated Script
|
.\RunStarterKitFullAuto.ps1 -CatalogName ARIBANPURVIEW202108demo -TenantId 72f988bf-86f1-xxxxxx-2d7cd011db47 -SubscriptionId 225YYYYYc-4d51-a368-f69348d2e6c5 -ResourceGroup ariban202108demo -CatalogResourceGroup managed-rg-ARIBANPURVIEW202108demo -Location "East US" |
abandyop
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please merge
This is an uber automation script which intends to create RG and Purview Account along with the ADF provisioning when a customer tries a demo trial of purview using powershell. The benefit of this script will be the customer doesn't need to switch between portal and script back and forth, just running this script should set up everything needed for Purview from scratch. Refer : https://docs.microsoft.com/en-us/azure/purview/tutorial-scan-data