Erstellt von Milos Stankovic
vor mehr als 7 Jahre
|
||
Frage | Antworten |
What is Azure Websites SLA? | The Service Level Agreement (SLA) describes Microsoft’s commitments for uptime and connectivity |
What is Azure App Service? | - PaaS - Managed web app hosting platform |
Types of apps in App Service | - Web app - Mobile app - API app - Logic app |
How many deployment slots are available per tier? | 5 for Standard tier 20 for Premium tier |
How is default deployment slot called? | Production slot |
What is the idea behind deployment slots? | The idea is to have several environments like dev and production |
How many instances of your app do you have when you have 3 deployment slots? | 3 instances. Each deployment slot is separate instance of your app |
How many VMs you use if you have 3 deployment slots? | One. All app instances connected to deployment slots are placed on same VM which is important to have in mind when doing stress or performance tests |
What are the benefits of using deployment slots? | - You can have multiple environments - You can do incremental deployments - You can do rollback |
Which of the site settings are swapped when swapping two deployment slots? | - General app settings - App settings (sticky) - Connection strings (sticky) - Handler mappings - Monitoring/diagnostic settings - WebJobs content |
Which of the site settings are NOT swapped when swapping two deployment slots? | - Publishing endpoints - Custom DNS domain names - SSL certs and bindings - Scaling settings - WebJob schedulers |
Möchten Sie mit GoConqr kostenlos Ihre eigenen Karteikarten erstellen? Mehr erfahren.