c# - Secure connection string in Worker Role -


what other options there secure connection strings , not commit them version control when using worker role apart encrypting serviceconfiguration.cloud.cscfg - if possible?

web apps have accessible variables in portal - seems not case worker roles.

cloud services, part of worker role are, have settings exposed in portal , can changed in app service webapps. cannot encrypt .cscfg on cloud. can have them encrypted locally, have decrypt them before deployment.

if want secure connection strings , sensitive data, using azure keyvault. can protect connection strings or other sensitive values , retrieve them vault in secure way within application.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

python - PIL cannot identify image file for io.BytesIO object -

portaudio - How to enable WASAPI exclusive mode in pyaudio -