Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit cb16c22

Browse files
authored
[DOC-FIX] remove CORS setting requirement (#443)
* [DOC-FIX] remove CORS setting requirement * typo
1 parent 71ebd85 commit cb16c22

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

guides/images/cors-menu.png

-6.86 KB
Binary file not shown.

guides/images/cors-settings.png

-43.8 KB
Binary file not shown.

guides/service-introspection-onboarding.md

+1-18
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,6 @@ pipelines and services that is displayed by service introspection.
5757

5858
[instructions](https://docs.microsoft.com/en-us/azure/storage/tables/table-storage-quickstart-portal).
5959

60-
#### 3. Storage account CORS settings
61-
62-
Configure the CORS settings for the storage account to allow requests from the
63-
service introspection dasbhoard.
64-
65-
1. Go to the [Azure portal](https://portal.azure.com)
66-
2. Search for the name of your storage account
67-
3. Click the CORS options on the menu on the left side:
68-
69-
![cors menu option](./images/cors-menu.png)
70-
71-
Add the following settings under **Table Service**:
72-
![cors settings](./images/cors-settings.png)
73-
74-
**Note:** If you are running the service introspection spk dashboard in a port
75-
other than `4040`, add that entry in the settings instead.
76-
7760
### Pipelines Configuration
7861

7962
The Bedrock GitOps pipelines need to be configured to start sending data to
@@ -98,7 +81,7 @@ You will need the following variables:
9881
account
9982
- `INTROSPECTION_ACCOUNT_NAME`: Set this to the name of your storage account
10083
- `INTROSPECTION_PARTITION_KEY`: This field can be a distinguishing key that
101-
recognizea your source repository in the storage, for eg. in this example,
84+
recognizes your source repository in the storage, for eg. in this example,
10285
we're using the name of the source repository `hello-bedrock`
10386
- `INTROSPECTION_TABLE_NAME`: Set this to the name of the table in your storage
10487
account that you prefer to use

0 commit comments

Comments
 (0)