Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update geo-redundancy code sample and readme #8

Prev Previous commit
Next Next commit
Minor changes
  • Loading branch information
pauljewellmsft committed Aug 30, 2022
commit 4485f001bf44224123cbb4ed581495b29c44dc5a
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ In the case included here, the thresholds are arbitrary numbers for the count of

3. Start the application in Visual Studio. It displays a console window showing the count of requests made against the storage service to download the file, and tells whether you are accessing the primary or secondary endpoint. You can also see this in the Fiddler trace.

4. At the prompt to download the blob, press any key to see that request is made on the primary region endpoint.
4. At the prompt to download the blob, press any key to see that request is made made successfully against the primary region endpoint.

5. Before downloading the blob again, go to Fiddler and select Rules > Customize Rules. Search for the `OnBeforeResponse` function and insert the following code. (An example of the OnBeforeResponse method is included in the project in the Fiddler_script_v12.txt file.)

Expand Down