Skip to content

Commit f0ca81e

Browse files
authored
Merge pull request #102557 from lisaguthrie/updatedinclude
Updating include with proper store name rules
2 parents 5b106d7 + a479d99 commit f0ca81e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/azure-app-configuration-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
author: yegu
3-
ms.author: yegu
2+
author: lisaguthrie
3+
ms.author: lcozzens
44
ms.service: azure-app-configuration
55
ms.topic: include
66
ms.date: 12/03/2019
@@ -18,7 +18,7 @@ ms.date: 12/03/2019
1818

1919
| Setting | Suggested value | Description |
2020
|---|---|---|
21-
| **Resource name** | Globally unique name | Enter a unique resource name to use for the App Configuration store resource. The name must be a string between 1 and 63 characters and contain only numbers, letters, and the `-` character. The name can't start or end with the `-` character, and consecutive `-` characters aren't valid. |
21+
| **Resource name** | Globally unique name | Enter a unique resource name to use for the App Configuration store resource. The name must be a string between 5 and 50 characters and contain only numbers, letters, and the `-` character. The name can't start or end with the `-` character. |
2222
| **Subscription** | Your subscription | Select the Azure subscription that you want to use to test App Configuration. If your account has only one subscription, it's automatically selected and the **Subscription** list isn't displayed. |
2323
| **Resource group** | *AppConfigTestResources* | Select or create a resource group for your App Configuration store resource. This group is useful for organizing multiple resources that you might want to delete at the same time by deleting the resource group. For more information, see [Use resource groups to manage your Azure resources](/azure/azure-resource-manager/resource-group-overview). |
2424
| **Location** | *Central US* | Use **Location** to specify the geographic location in which your app configuration store is hosted. For the best performance, create the resource in the same region as other components of your application. |

0 commit comments

Comments
 (0)