Creating a collection
Collections are a way to group feature flags and properties. These collections can be consumed in your apps with the help of a collection ID and App Configuration SDKs. Every feature must be in a collection, so create your collection first.
By default, Collections displays the list of collections in the current App Configuration service instance along with Name, the Labels associated, the date of creation of the collection, and the collection Content (number of feature flags and number of properties).
Create a collection
To create a collection, complete these steps:
-
From the App Configuration console, click Collections from the navigation menu or from Getting Started > Create a collection.
-
Click Create. The side panel opens with fields for creating a new collection.
-
Provide the collection details:
- Name - name of the collection.
- Collection ID - the collection identifier, the value is auto suggested based on the entered collection name. You can modify the same, if needed. Use the Collection ID value as the identifier in your SDK or API code.
- Tags - specify the tags that need to be associated with the collection, which is optional.
- Description - add a description of the collection, which is optional.
-
Click Create.