Skip to content

Commit c764aee

Browse files
authored
Update _index.md (DataDog#8966)
Add the missing required step to create container service in the Azure storage account type to configure log archive.
1 parent f4b9bc9 commit c764aee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en/logs/archives/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ Go into your [AWS console][1] and [create an S3 bucket][2] to send your archives
7878

7979
{{% tab "Azure Storage" %}}
8080

81-
Go to your [Azure Portal][1] and [create a storage account][2] to send your archives to. Give your storage account a name, any account kind, and select the **hot** access tier.
81+
* Go to your [Azure Portal][1] and [create a storage account][2] to send your archives to. Give your storage account a name, any account kind, and select the **hot** access tier.
82+
* Create a **container** service into that storage account. Please take a note of the container name as you will need to add this in Datadog Archive Page.
8283

8384
[1]: https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.Storage%2FStorageAccounts
8485
[2]: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal
@@ -182,7 +183,7 @@ Input your bucket name. **Optional**: Input a prefix directory for all the conte
182183

183184
Select the **Azure Storage** archive type, and the Azure tenant and client for the Datadog App that has the Storage Blob Data Contributor role on your storage account.
184185

185-
Input your storage account name and a container name for your archive. **Optional**: Input a prefix directory for all the content of your log archives.
186+
Input your storage account name and the container name for your archive. **Optional**: Input a prefix directory for all the content of your log archives.
186187

187188
{{< img src="logs/archives/logs_archive_azure_setup.png" alt="Set your Azure storage account info in Datadog" style="width:75%;">}}
188189

0 commit comments

Comments
 (0)