Skip to content

Commit 9dfd3ce

Browse files
authored
Adding period to end of alt text.
1 parent 85c82ec commit 9dfd3ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-create-geo-redundant-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To complete this tutorial:
4141

4242
- Install [Visual Studio 2022](https://www.visualstudio.com/downloads/) with the **Azure development** workload.
4343

44-
![Screenshot of Visual Studio Azure development workload (under Web & Cloud)](media/storage-create-geo-redundant-storage/workloads-net-v12.png)
44+
![Screenshot of Visual Studio Azure development workload (under Web & Cloud).](media/storage-create-geo-redundant-storage/workloads-net-v12.png)
4545

4646
# [.NET v11 SDK](#tab/dotnet11)
4747

@@ -222,7 +222,7 @@ When the console window launches, the app will get the status of the secondary r
222222

223223
Next, the application enters a loop with a prompt to download the blob, initially reading from primary storage. Press any key to download the blob. If there's a retryable error reading from the primary region, a retry of the read request is performed against the secondary region endpoint. The console output will show when the region switches to secondary.
224224

225-
![Screenshot of Console output for secondary request](media/storage-create-geo-redundant-storage/request-secondary-region.png)
225+
![Screenshot of Console output for secondary request.](media/storage-create-geo-redundant-storage/request-secondary-region.png)
226226

227227
To exit the loop and clean up resources, press the `Esc` key at the blob download prompt.
228228

0 commit comments

Comments
 (0)