Skip to content

Commit ab828c6

Browse files
Update Java qs to remove auth flow diagram
1 parent 2805490 commit ab828c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you learn how to use the Azure Blob Storage cli
44
author: pauljewellmsft
55
ms.author: pauljewell
66
ms.custom: devx-track-java, mode-api
7-
ms.date: 10/07/2022
7+
ms.date: 10/20/2022
88
ms.service: storage
99
ms.subservice: blobs
1010
ms.topic: quickstart
@@ -217,8 +217,6 @@ You can also authorize requests to Azure Blob Storage by using the account acces
217217

218218
The order and locations in which `DefaultAzureCredential` looks for credentials can be found in the [Azure Identity library overview](/java/api/overview/azure/identity-readme#defaultazurecredential).
219219

220-
:::image type="content" source="./media/storage-quickstart-blobs-java/defaultazurecredential-flow-java.png" alt-text="A diagram of the credential flow.":::
221-
222220
For example, your app can authenticate using your Visual Studio Code sign-in credentials with when developing locally. Your app can then use a [managed identity](../../active-directory/managed-identities-azure-resources/overview.md) once it has been deployed to Azure. No code changes are required for this transition.
223221

224222
#### Assign roles to your Azure AD user account
@@ -434,9 +432,11 @@ Deleting the local source and downloaded files...
434432
Done
435433
```
436434

437-
Before you begin the clean-up process, check your *data* folder for the two files. You can open them and observe that they're identical.
435+
Before you begin the cleanup process, check your *data* folder for the two files. You can compare them and observe that they're identical.
436+
437+
## Clean up resources
438438

439-
After you've verified the files, press the **Enter** key to delete the test files and finish the demo.
439+
After you've verified the files and finished testing, press the **Enter** key to delete the test files along with the container you created in the storage account. You can also use [Azure CLI](storage-quickstart-blobs-cli.md#clean-up-resources) to delete resources.
440440

441441
## Next steps
442442

0 commit comments

Comments
 (0)