Skip to content

Commit a8d3614

Browse files
committed
create an include file for getting support
1 parent cd6b52a commit a8d3614

File tree

5 files changed

+25
-1
lines changed

5 files changed

+25
-1
lines changed

articles/azure-resource-manager/bicep/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ Bicep automatically manages dependencies between resources. You can avoid settin
173173

174174
The structure of the Bicep file is more flexible than the JSON template. You can declare parameters, variables, and outputs anywhere in the file. In JSON, you have to declare all parameters, variables, and outputs within the corresponding sections of the template.
175175

176+
[!INCLUDE [Request ARM template support](../../../includes/template-support.md)]
177+
176178
## Next steps
177179

178180
Get started with the [Quickstart](./quickstart-create-bicep-use-visual-studio-code.md).

articles/azure-resource-manager/templates/deployment-history-deletions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If the current user doesn't have the required permissions, automatic deletion is
5656

5757
You can opt out of automatic deletions from the history. **Use this option only when you want to manage the deployment history yourself.** The limit of 800 deployments in the history is still enforced. If you exceed 800 deployments, you'll receive an error and your deployment will fail.
5858

59-
To disable automatic deletions at the tenant or the management group scope, open a support ticket from the Azure portal by selecting **Help**, and then **Support + troubleshooting** from the main menu.
59+
To disable automatic deletions at the tenant or the management group scope, open a support ticket. For the instructions, see [Request support](./overview.md#get-support).
6060

6161
To disable automatic deletions at the subscription scope, register the `Microsoft.Resources/DisableDeploymentGrooming` feature flag. When you register the feature flag, you opt out of automatic deletions for the entire Azure subscription. You can't opt out for only a particular resource group. To reenable automatic deletions, unregister the feature flag.
6262

articles/azure-resource-manager/templates/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ After creating your template, you may wish to share it with other users in your
168168

169169
This approach means you can safely share templates that meet your organization's standards.
170170

171+
[!INCLUDE [Request ARM template support](../../../includes/template-support.md)]
172+
171173
## Next steps
172174

173175
* For a step-by-step tutorial that guides you through the process of creating a template, see [Tutorial: Create and deploy your first ARM template](template-tutorial-create-first-template.md).
33 KB
Loading

includes/template-support.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
3+
ms.service: bicep, arm-templates
4+
ms.topic: include
5+
ms.date: 08/28/2024
6+
7+
---
8+
9+
## Get support
10+
11+
Here are the steps for openning a support ticket for Azure Resource Manager (ARM) template related issues:
12+
13+
1. Open the [Azure portal](https://portal.azure.com).
14+
1. Select the **Support + Troubleshooting** icon from the upper right corner.
15+
1. In **Breiefly describe the issue**, enter **ARM template**, and then select **Go**.
16+
1. In **Which service are you having an issue with?**, selecct **Portal** under **Monitoring & Management**, and then select **Next**.
17+
1. Select a subscription, and then select **Next**.
18+
1. Select **Issue with ARM templates**, and then select **Next**.
19+
20+
:::image type="content" source="./media/template-support/request-arm-template-support.png" alt-text="Screenshot of requesting ARM template support." border="false":::

0 commit comments

Comments
 (0)