Skip to content

Commit f88262b

Browse files
Minor edits
1 parent 9e906be commit f88262b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-quickstart-blobs-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ This section walks you through preparing a project to work with the Azure Blob S
3030

3131
### Install the packages
3232

33-
- To work with blob and container resources in a storage account, install the [azblob](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/) package using the following command:
33+
To work with blob and container resources in a storage account, install the [azblob](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/) package using the following command:
3434

3535
```console
3636
go get github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
3737
```
38-
- To authenticate with Azure Active Directory (recommended), install the [azidentity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity) module using the following command:
38+
To authenticate with Azure Active Directory (recommended), install the [azidentity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity) module using the following command:
3939

4040
```console
4141
go get github.com/Azure/azure-sdk-for-go/sdk/azidentity

0 commit comments

Comments
 (0)