Skip to content

Commit 6c1c9fc

Browse files
committed
docs(srv): add step for tags in faas caas creation docs MTA-6017
1 parent 5b72d3c commit 6c1c9fc

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

pages/serverless-containers/how-to/create-manage-delete-containers-namespace.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ This page shows you how to create and manage a Serverless Containers namespace.
2626
1. Click **Containers** in the **Serverless** section of the side menu. The list of your containers namespaces displays.
2727
2. Click **Create namespace**. If you have no existing Serverless Containers resources in your current Project, click **Deploy container**.
2828
3. Complete the following steps in the wizard:
29-
- Enter a **name**, and optionally a **description** for your namespace. The name must only contain alphanumeric characters and dashes.
29+
- Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes.
30+
- Optionally, add a **description** and **tags**.
3031
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
3132
- Enter any **environment variables** required for your namespace. Environment variables configured in a namespace will be available in all containers/apps within the same namespace. For each environment variable, click **+Add new variable** and enter the key / value pair.
3233
- Set secret environment variables (optional). **Secrets** are environment variables that are injected into your container and stored securely, but not displayed in the console after initial validation. Add a **key** and a **value**.

pages/serverless-containers/how-to/deploy-container.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ Private external container registries are currently not supported.
120120
- `ghcr.io/namespace/image` to deploy an image from [GitHub Container Registry](https://github.com/features/packages)
121121
3. Choose the [port](/serverless-containers/concepts/#port) your container is listening on. We recommend configuring your container to listen on the `$PORT` environment variable.
122122

123-
4. Choose a **name** for your container and, optionally, a **description**. The name must only contain alphanumeric characters and dashes.
123+
4. Enter a **name** for your container, or use the automatically generated one.
124+
125+
5. Optionally, add a **description** and **tags**.
124126

125127
### Container resources and scaling
126128

pages/serverless-functions/how-to/create-a-function.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ This page shows you how to deploy a [function](/serverless-functions/concepts/#s
4343

4444
3. If you used the code editor, enter the [handler](/serverless-functions/reference-content/functions-handlers/) of your function.
4545

46-
4. Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes. You can click the icon at the right to generate a random name for your function.
46+
4. Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes.
4747

48-
5. Enter an optional **description** for your function.
48+
5. Optionally, add a **description** and **tags**.
4949

5050
### Function resources and scaling
5151

pages/serverless-functions/how-to/create-manage-delete-functions-namespace.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This page shows you how to create, manage, and delete a Functions namespace usin
3030

3131
3. Complete the following steps in the wizard:
3232
- Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes.
33-
- Enter an optional **description**.
33+
- Optionally, add a **description** and **tags**.
3434
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
3535
- Click **+ Add advanced options** to define any **environment variables** you want to inject into your function. For each environment variable, click **+ Add variable** and enter the key/value pair.
3636
- Set optional secret environment variables. **Secrets** are environment variables which are injected into your function and stored securely, but not displayed in the console after initial validation. Add a **key** and a **value**.

0 commit comments

Comments
 (0)