Skip to content

Commit 592bda3

Browse files
edits
1 parent 8e0612c commit 592bda3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,21 @@ These example code snippets show you how to perform the following actions with t
312312
- [List the blobs in a container](#list-the-blobs-in-a-container)
313313
- [Download blobs](#download-blobs)
314314
- [Delete a container](#delete-a-container)
315-
315+
316+
::: zone pivot="blob-storage-quickstart-scratch
317+
316318
> [!IMPORTANT]
317319
> Make sure you have the correct dependencies in pom.xml and the necessary directives for the code samples to work, as described in the [setting up](#setting-up) section.
318320

321+
::: zone-end
322+
323+
::: zone pivot="blob-storage-quickstart-template"
324+
325+
> [!NOTE]
326+
> The Azure Developer CLI template includes a file with sample code already in place. The following examples provide detail for each part of the sample code. The template implements the recommended passwordless authentication method, as described in the [Authenticate to Azure](#authenticate-to-azure-and-authorize-access-to-blob-data) section. The connection string method is shown as an alternative, but isn't used in the template and isn't recommended for production code.
327+
328+
::: zone-end
329+
319330
### Authenticate to Azure and authorize access to blob data
320331

321332
[!INCLUDE [storage-quickstart-passwordless-auth-intro](../../../includes/storage-quickstart-passwordless-auth-intro.md)]

0 commit comments

Comments
 (0)