You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The location parameter can be set, which takes me to the locations parameter. For the failover priority, I can use: pickZones('Microsoft.DocumentDB', 'databaseAccounts', location). The challenge is in the second part. It would be beneficial if there were a function like: pickZoneReferenceName('Microsoft.DocumentDB', 'databaseAccounts', location).
If this issue has already been captured or if such a function exists, I hope you can steer me in the right direction.
The text was updated successfully, but these errors were encountered:
As a user, I would like the ability to pick the zone related to the redunacy. It's better to explain it by example. Imagine the following Bicep file:
The location parameter can be set, which takes me to the locations parameter. For the failover priority, I can use:
pickZones('Microsoft.DocumentDB', 'databaseAccounts', location)
. The challenge is in the second part. It would be beneficial if there were a function like:pickZoneReferenceName('Microsoft.DocumentDB', 'databaseAccounts', location)
.If this issue has already been captured or if such a function exists, I hope you can steer me in the right direction.
The text was updated successfully, but these errors were encountered: