Skip to content

Commit 0576588

Browse files
Merge pull request #290203 from aatsang/sr-final
Update session-recording.md
2 parents 12eda77 + b146bf2 commit 0576588

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/bastion/session-recording.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,18 @@ 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.
73-
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":::
75-
1. **Save** your changes at the top of the page.
68+
1. Create a new policy under Blob service and save your changes at the top of the page.
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+
78+
79+
7680

7781
## Add or update the SAS URL
7882

0 commit comments

Comments
 (0)