Lesson Learned #172: ApplicationIntent=Readonly in General Purpose database tier?
Published May 21 2021 08:56 AM 1,931 Views

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!

Version history
Last update:
‎May 21 2021 08:56 AM
Updated by: