Blog Post

Azure Database Support Blog
1 MIN READ

Lesson Learned #172: ApplicationIntent=Readonly in General Purpose database tier?

Jose_Manuel_Jurado's avatar
May 21, 2021

I saw in several situations that our customers are trying to use applicationIntent=Readonly parameter in their connectionstring, but, I would like to mention that this only applies when you have available and enabled ReadScale in Business Critical, HyperScale or Premium database tier. 

 

If you using ApplicationIntent=ReadOnly for database tiers, like basic, standard or general purpose the connection will be possible, but, instead of connecting to the read only replica will be directly to the primary one in readwrite model. 

 

Enjoy!

Updated May 21, 2021
Version 1.0
No CommentsBe the first to comment