Skip to content

Commit f72ec97

Browse files
committed
added sign up link
1 parent 170c6a5 commit f72ec97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/template-deploy-what-if.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: Determine what changes will happen to your resources before deployi
44
author: mumian
55
ms.service: azure-resource-manager
66
ms.topic: conceptual
7-
ms.date: 11/08/2019
7+
ms.date: 11/11/2019
88
ms.author: jgao
99

1010
---
1111
# Resource Manager template deployment what-if operation (Preview)
1212

1313
Before deploying a template, you might want to preview the changes that will happen. Azure Resource Manager provides the what-if operation to let you see how resources will change if you deploy the template. The what-if operation doesn't make any changes to existing resources. Instead, it predicts the changes if the specified template is deployed.
1414

15-
The what-if operation is currently in preview. To use it, you must sign up for the preview. As a preview release, the results may sometimes show that a resource will change when actually no change will happen. We're working to reduce these issues, but we need your help. Please report these issues at [https://aka.ms/armwhatifissues](https://aka.ms/armwhatifissues).
15+
The what-if operation is currently in preview. To use it, you must [sign up for the preview](https://aka.ms/armtemplatepreviews). As a preview release, the results may sometimes show that a resource will change when actually no change will happen. We're working to reduce these issues, but we need your help. Please report these issues at [https://aka.ms/armwhatifissues](https://aka.ms/armwhatifissues).
1616

1717
You can use the what-if operation with the `New-AzDeploymentWhatIf` PowerShell command or the [Deployments - What If](/rest/api/resources/deployments/whatif) REST operation.
1818

0 commit comments

Comments
 (0)