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
Post a Comment