Skip to content

Commit 0ac5a94

Browse files
incorporating suggested changes to Azure
1 parent 66beab0 commit 0ac5a94

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tutorials/ai-core-azure/ai-core-azure.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parser: v2
2626
## Intro
2727
**What is Azure Data Store?**
2828

29-
Azure Data Store refers to a collection of data storage solutions offered by Microsoft Azure, including Azure Cosmos DB, Azure Blob Storage, Azure Data Lake Storage, Azure Queue Storage, and Azure Table Storage. These solutions provide scalable, highly available, and secure data storage options for a variety of use cases, such as big data analytics, NoSQL databases, content delivery, and message queuing.
29+
Azure Data Store refers to a collection of data storage solutions offered by Microsoft Azure, including Azure Blob Storage, Azure Data Lake Storage, Azure Queue Storage, and Azure Table Storage. These solutions provide scalable, highly available, and secure data storage options for a variety of use cases, such as big data analytics, NoSQL databases, content delivery, and message queuing.
3030

3131

3232
### System Setup
@@ -60,13 +60,13 @@ And set the following json as body
6060
"type": "azure",
6161
"pathPrefix": "<path prefix to be appended>",
6262
"data": {
63-
"CONTAINER_URI": "https://account_name.blob.core.windows.net/container_name", # required
64-
"REGION": "<region-name>", # optional
65-
"CLIENT_ID": "<azure-client-id>", # optional
66-
"CLIENT_SECRET": "<azure-client-secret>", # optional
67-
"STORAGE_ACCESS_KEY": "sas_token", # optional
68-
"TENANT_ID": "azure tenant id", # optional
69-
"SUBSCRIPTION_ID": "subscription id", # optional
63+
"CONTAINER_URI": "https://account_name.blob.core.windows.net/container_name",
64+
"REGION": "<region-name>",
65+
"CLIENT_ID": "<azure-client-id>",
66+
"CLIENT_SECRET": "<azure-client-secret>",
67+
"STORAGE_ACCESS_KEY": "sas_token",
68+
"TENANT_ID": "azure tenant id",
69+
"SUBSCRIPTION_ID": "subscription id",
7070
}
7171
}
7272
```

0 commit comments

Comments
 (0)