Skip to content

Commit 6b7c189

Browse files
authored
Merge pull request #192797 from timwarner-msft/patch-6
Remove 'preview' from Azure Bicep references
2 parents 212c19e + 5294d49 commit 6b7c189

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/governance/policy/assign-policy-bicep.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: "Quickstart: New policy assignment with Bicep (Preview) file"
3-
description: In this quickstart, you use a Bicep (Preview) file to create a policy assignment to identify non-compliant resources.
4-
ms.date: 08/17/2021
2+
title: "Quickstart: New policy assignment with Bicep file"
3+
description: In this quickstart, you use a Bicep file to create a policy assignment to identify non-compliant resources.
4+
ms.date: 03/24/2022
55
ms.topic: quickstart
66
ms.custom: subject-bicepqs
77
---
88
# Quickstart: Create a policy assignment to identify non-compliant resources by using a Bicep file
99

1010
The first step in understanding compliance in Azure is to identify the status of your resources.
1111
This quickstart steps you through the process of using a
12-
[Bicep (Preview)](https://github.com/Azure/bicep) file compiled to an Azure Resource
13-
Manager template (ARM template) to create a policy assignment to identify virtual machines that
12+
[Bicep](https://github.com/Azure/bicep) file compiled to an Azure Resource
13+
Manager (ARM) deployment template to create a policy assignment to identify virtual machines that
1414
aren't using managed disks. At the end of this process, you'll successfully identify virtual
1515
machines that aren't using managed disks. They're _non-compliant_ with the policy assignment.
1616

@@ -26,12 +26,11 @@ If your environment meets the prerequisites and you're familiar with using ARM t
2626
- If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/)
2727
account before you begin.
2828
- Bicep version `0.3` or higher installed. If you don't yet have Bicep CLI or need to update, see
29-
[Install Bicep (Preview)](../../azure-resource-manager/bicep/install.md).
29+
[Install Bicep](../../azure-resource-manager/bicep/install.md).
3030

3131
## Review the Bicep file
3232

33-
In this quickstart, you create a policy assignment and assign a built-in policy definition called
34-
_Audit VMs that do not use managed disks_ (`06a78e20-9358-41c9-923c-fb736d382a4d`). For a partial
33+
In this quickstart, you create a policy assignment and assign a built-in policy definition called [_Audit VMs that do not use managed disks_](https://github.com/Azure/azure-policy/blob/master/built-in-policies/policyDefinitions/Compute/VMRequireManagedDisk_Audit.json). For a partial
3534
list of available built-in policies, see [Azure Policy samples](./samples/index.md).
3635

3736
Create the following Bicep file as `assignment.bicep`:

0 commit comments

Comments
 (0)