1

I am configuring Availability Groups feature in azure virtual machines nodes. In the below screen wizard, it's asking me for shared location. where and how I need to create this shared location?

enter image description here

Do I need to have new VM with disk attached, which can be used as shared location?

OR

Do I have to create FILE SHARE feature in azure storage?

Aaron Bertrand
182k28 gold badges406 silver badges625 bronze badges
asked Mar 20, 2016 at 7:04
0

1 Answer 1

1

That is for a backup to be taken and restored to all your secondaries, for an initial synchronization of the database. Generally that share is just for a one-time use, it will not use it again once they are in sync.

If you want to use it to sync up the databases it can just be a shared folder on the local server that all your replicas have access. The SQL Server service account for your other replicas would need read access to the share if you use it.

Alternatively if you restored the database, yourself, to the other replicas using WITH NORECOVERY you could just use the Join Only option.

The last option, simply means join it to the primary for right now and that is it. I will work on adding it and sync'n the database up to all the replicas later.

answered Mar 20, 2016 at 10:30
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.