Describe Azure compute and networking services Flashcards
What cloud service model would a VM fall under?
Infrastructure as a service (IaaS).
With a VM being infrastructure as a service (IaaS), what would the tenant be responsible for?
Configuring, updating, and maintaining software on the VM.
How can multiple identical VMs be created?
Preconfigured VM image; A template used to create a VM and may already include an OS and other software.
Define ‘Azure Virtual Desktop’
Desktop and application virtualization service that enabling you to use a cloud-hosted version of Windows.
Define a ‘container’
A bundle of application code with all the files and libraries it needs to run on any infrastructure.
What is the benefit of an azure function?
Ideal when you’re only concerned about the code running your service and not about the underlying platform or infrastructure.
How do azure functions operate?
Runs your code when it’s triggered and automatically deallocates resources when the function is finished.
What are the two forms of azure functions?
- Stateless
- Stateful
Define a stateless azure function
Behave as if they’re restarted every time they respond to an event; does not retain information about previous processes.
Define a stateful azure function
The function can store, record, and return to already established information and processes.
Define the ‘azure app service’
Enables you to build and host web apps, background jobs, and RESTful APIs in any programming language without managing infrastructure.
How does the azure app service integrate with code repositories?
Enables automated deployments from GitHub, Azure DevOps, or any Git repo.
How does azure manage the infrastructure that supports an app service?
Secured endpoints; Integrated deployment/management; Load balancing; Scalability.
What is the purpose of virtual networking in azure?
Enables azure resources to communicate with each other, the internet, and with on-premises infrastructure.
What are the three ways to link an azure network with an on-premises network?
- Point-to-site VPN
- Site-to-site VPN
- Azure ExpressRoute
Define ‘Azure ExpressRoute’ gateway
A direct/private connection between on-premises infrastructure and Microsoft cloud services.