Skip to content

Commit b0a8ac8

Browse files
committed
2nd push to resolve issue
1 parent 95050b9 commit b0a8ac8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

learn-pr/azure/ha-application-storage-with-grs/includes/3-exercise-create-storage-account.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ First, create an Azure storage account to store the application data. The storag
2121
echo $STORAGEACCT
2222
```
2323

24+
> [!TIP]
25+
> The *Sandbox resource group* field autopopulates after you activate the sandbox.
26+
2427
Make a note of the value of the `$STORAGEACCT` variable if you need to re-create it in a later exercise.
2528

2629
This step sets the replication policy of the storage account to RA-GRS, which enables the application to fail over to the secondary region if there's an outage.

0 commit comments

Comments
 (0)