Implement Azure Security for Developers
Anushika Agarwal
Cloud Data Engineer
Central store for app settings
Update or toggle features without redeploying
Fully managed with built-in security


Settings are stored as key value pairs
Keys
LoginRulesPeopleSphere:HR:ThemeColor

Settings are stored as key value pairs
Values
Values store the actual data
Support all characters (Unicode strings)
Metadata can be added
Encrypted at rest and in transit




No exposure to public internet
Ideal for secure, internal-only communication
Enforce access with firewall rules
Enable on-prem access via VPN/ExpressRoute

What is Managed Identities?
Azure-managed identity for your app
No secrets stored in code

Types
Implement Azure Security for Developers