Skip to content

Commit 6dd7947

Browse files
edits
1 parent 9cc21ea commit 6dd7947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/storage-dev-guides/storage-dev-guide-project-setup-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: pauljewell
1010
ms.custom: include file
1111
---
1212

13-
This section shows how to set up your project to work with the Azure Blob Storage client library for .NET. The steps include package installation, adding `using` directives, and creating an authorized client object. For details, see [Get started with Azure Blob Storage and .NET](../../articles/storage/blobs/storage-blob-dotnet-get-started.md).
13+
If you don't have an existing project, this section shows you how to set up a project to work with the Azure Blob Storage client library for .NET. The steps include package installation, adding `using` directives, and creating an authorized client object. For details, see [Get started with Azure Blob Storage and .NET](../../articles/storage/blobs/storage-blob-dotnet-get-started.md).
1414

1515
#### Install packages
1616

includes/storage-dev-guides/storage-dev-guide-project-setup-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: pauljewell
1010
ms.custom: include file
1111
---
1212

13-
This section shows how to set up your project to work with the Azure Blob Storage client module for Go. The steps include module installation, adding `import` paths, and creating an authorized client object. For details, see [Get started with Azure Blob Storage and Go](../../articles/storage/blobs/storage-blob-go-get-started.md).
13+
If you don't have an existing project, this section shows how to set up a project to work with the Azure Blob Storage client module for Go. The steps include module installation, adding `import` paths, and creating an authorized client object. For details, see [Get started with Azure Blob Storage and Go](../../articles/storage/blobs/storage-blob-go-get-started.md).
1414

1515
#### Install modules
1616

0 commit comments

Comments
 (0)