4 - Azure Security: Authentication, Access Control, Secure Data Flashcards
1
Q
Main purpose of Azure Key Vault is to store three things - ?
A
- Keys
- Secrets
- Certificates
2
Q
What two methods can you use to restrict public Internet access to a Function App?
- IP Access Restriction
- NSG
- Virtual Network Service Endpoints
- Removal of HTTP Triggers
A
- IP Access Restriction
- Removal of HTTP Triggers
If you want to restrict a function app from being accessed by the Internet, then don’t use an HTTP trigger. If you need an HTTP trigger, you can restrict who calls it by IP address.
3
Q
A