Let’s move away from API keys!
API keys management This is the first part in a series of security practices on Azure You want enterprise-grade security but don't know where to start. You've heard terms…
13/08/2024
Background: In Azure App Service, developers often need to serve files (images, config files, data files, etc.) that are stored outside the app’s wwwroot folder — such as on an Azure File Share. This is especially useful when: You want to share files across multiple web apps Your files are…