Skip to content

Commit eb9f538

Browse files
committed
Update session-recording.md
1 parent 89a6bfd commit eb9f538

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

articles/bastion/session-recording.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,17 @@ In this section, you set up and specify the container for session recordings.
6565

6666
1. Within the storage account, create a **Container**. This is the container you'll use to store your Bastion session recordings. We recommend that you create an exclusive container for session recordings. For steps, see [Create a container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container).
6767
1. On the page for your storage account, in the left pane, expand **Settings**. Select **Resource sharing (CORS)**.
68-
1. Create a new policy under Blob service.
69-
* For **Allowed origins**, type `HTTPS://` followed by the DNS name of your bastion.
70-
* For **Allowed Methods**, select GET.
71-
* For **Max Age**, use ***86400***.
72-
* You can leave the other fields blank.
68+
1. Create a new policy under Blob service:
69+
70+
| Name | Value |
71+
|---|---|
72+
|Allowed origins | `https://` followed by the full DNS name of your bastion, starting with `bst-`. Keep in mind, these values are case-sensitive. |
73+
|Allowed methods | GET|
74+
|Allowed headers |*|
75+
|Exposed headers|*|
76+
|Max age| 86400|
77+
7378

74-
:::image type="content" source="./media/session-recording/service.png" alt-text="Screenshot shows the Resource sharing page for Blob service configuration." lightbox="./media/session-recording/service.png":::
7579
1. **Save** your changes at the top of the page.
7680

7781
## Add or update the SAS URL

0 commit comments

Comments
 (0)