Cloud and service and Security go hand in hand. Azure App Services is no exception to it. Here is the assorted list of security measures can be taken for App Services
- Enable Strict Transport Security (HSTS)
- Restrict access to your app by client’s IP address
- Restrict access to your app by client’s behavior – request frequency and concurrency
- Scan your web app code for vulnerabilities using Tinfoil Security Scanning
- Configure TLS mutual authentication to require client certificates to connect to your web app
- Configure a client certificate for use from your app to securely connect to external resources
- Remove standard server headers to avoid tools from fingerprinting your app
- Securely connect your app with resources in a private network using Point-To-Site VPN
- Securely connect your app with resources in a private network using Hybrid Connections
Namoskar!!!