Skip to content

Commit d9db72e

Browse files
committed
added an example of RFC3339 format in the VM Console documentation
1 parent 774e4d4 commit d9db72e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/howto-use-vm-console-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sshiba
55
ms.author: sidneyshiba
66
ms.service: azure-operator-nexus
77
ms.topic: how-to
8-
ms.date: 10/11/2023
8+
ms.date: 10/25/2024
99
ms.custom: template-how-to, devx-track-azurecli
1010
---
1111

@@ -101,7 +101,7 @@ This section provides step-by-step guide to help you to create a Console resourc
101101
[--expiration "${CONSOLE_EXPIRATION_TIME}"]
102102
```
103103

104-
If you omit the `--expiration` parameter, the expiration will be defaulted to one day after the creation of the Console resource. Also note that the `expiration` date & time format **must** follow RFC3339 otherwise the creation of the Console resource fails.
104+
If you omit the `--expiration` parameter, the expiration will be defaulted to one day after the creation of the Console resource. Also note that the `expiration` date & time format **must** follow RFC3339 (e.g., 2024-10-04T14:48:00Z) otherwise the creation of the Console resource fails.
105105

106106
> [!NOTE]
107107
> For a complete synopsis for this command, invoke `az networkcloud console create --help`.

0 commit comments

Comments
 (0)