Skip to content

Commit 85dfb92

Browse files
committed
update
1 parent 8919015 commit 85dfb92

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/purview/quickstart-ARM-create-azure-purview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The template will deploy a Microsoft Purview account into a new or existing reso
3131

3232
## Review the template
3333

34-
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/data-share-share-storage-account/).
34+
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/azure-purview-deployment/).
3535

3636
<!--- Below link needs to be updated to Purview quickstart, which I'm currently working on. --->
3737
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.azurepurview/azure-purview-deployment/azuredeploy.json":::
@@ -42,7 +42,7 @@ The following resources are defined in the template:
4242

4343
The template performs the following tasks:
4444

45-
* Creates a Microsoft Purview account in the specified resource group.
45+
* Creates a Microsoft Purview account in a specified resource group.
4646

4747
## Open Microsoft Purview governance portal
4848

articles/purview/quickstart-bicep-create-azure-purview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To deploy a Microsoft Purview account to your subscription using a Bicep file, f
2222

2323
## Review the Bicep file
2424

25-
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/data-share-share-storage-account/).
25+
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/azure-purview-deployment/).
2626

2727
<!--- Below link needs to be updated to Purview quickstart, which I'm currently working on. --->
2828
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.azurepurview/azure-purview-deployment/main.bicep":::
@@ -33,7 +33,7 @@ The following resources are defined in the Bicep file:
3333

3434
The Bicep file performs the following tasks:
3535

36-
* Creates a Microsoft Purview account in the specified resource group.
36+
* Creates a Microsoft Purview account in a specified resource group.
3737

3838
## Deploy the Bicep file
3939

@@ -58,7 +58,7 @@ The Bicep file performs the following tasks:
5858
5959
You'll be prompted to enter the following values:
6060
61-
* Purview name: enter a name for the Azure Purview account.
61+
* **Purview name**: enter a name for the Azure Purview account.
6262
6363
When the deployment finishes, you should see a message indicating the deployment succeeded.
6464
@@ -79,7 +79,7 @@ After deployment, the first activities are usually:
7979
* [Register a resource](azure-purview-connector-overview.md)
8080
* [Scan the resource](concept-scans-and-ingestion.md)
8181
82-
At this time, these actions aren't able to be taken through an Azure Resource Manager template. Follow the guides above to get started!
82+
At this time, these actions aren't able to be taken through a Bicep file. Follow the guides above to get started!
8383
8484
## Clean up resources
8585

0 commit comments

Comments
 (0)