Skip to content

Commit 308face

Browse files
authored
Fixin alt text
1 parent 9dfd3ce commit 308face

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
@@ -47,7 +47,7 @@ To complete this tutorial:
4747

4848
- Install [Visual Studio 2019](https://www.visualstudio.com/downloads/) with the **Azure development** workload.
4949

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

5252
# [Python v12 SDK](#tab/python)
5353

@@ -232,7 +232,7 @@ In Visual Studio, press **F5** or select **Start** to begin debugging the applic
232232

233233
A console window launches and the application begins running. The application uploads the **HelloWorld.png** image from the solution to the storage account. The application checks to ensure the image has replicated to the secondary RA-GZRS endpoint. It then begins downloading the image up to 999 times. Each read is represented by a **P** or an **S**. Where **P** represents the primary endpoint and **S** represents the secondary endpoint.
234234

235-
![Screenshot of Console application output](media/storage-create-geo-redundant-storage/figure3.png)
235+
![Screenshot of Console application output.](media/storage-create-geo-redundant-storage/figure3.png)
236236

237237
In the sample code, the `RunCircuitBreakerAsync` task in the `Program.cs` file is used to download an image from the storage account using the [DownloadToFileAsync](/dotnet/api/microsoft.azure.storage.blob.cloudblob.downloadtofileasync) method. Prior to the download, an [OperationContext](/dotnet/api/microsoft.azure.cosmos.table.operationcontext) is defined. The operation context defines event handlers that fire when a download completes successfully, or if a download fails and is retrying.
238238

0 commit comments

Comments
 (0)