CORE Services Flashcards
Compute - Virtual Machines - Azure’s Responsibilities
- Physical hardware and networking
- Base OS Image
- Hypervisor (Virtualisation) management
Compute - Virtual Machines - Your Responsibilities
- Updating/patching OS and installed software.
- OS access and Management
- Software Installation
What is vnet short for?
Virtual Network
What networking technologies are virtualised in Azure VNET ?
- subnets
- firewalls
- routers
Can Virtual Networks be used Cross Region?
No. A single virtual network can only exist in a single region. However virtual networks in different regions can be connected.
What are your options for remote connecting an Azure environment with other non-azure or non-region locations?
- Peering
- VPN
- Express Route (organisational leased line)
What are the 5 sub-services of Azure Storage Accounts?
- Blob (Object)
- Files.
- Disks
- Queues.
- Tables (kind of)
Describe the Blob sub-service of Azure storage?
Blob stands for: Binary Large Object.
- Object Storage.
- unstructured Data.
- All file types are supported ?
Describe the File Sub-Service of Azure Storage ?
Files, replicate file shares and are in the cloud.
Describe the Disks Sub-Service of Azure Storage ?
A Virtual hard drive for Azure VMs.
* So on a virtual instance, the local hard drive is being provided by an additional service and account.
Describe the Queues Sub-Service of Azure Storage ?
This is for asynchronous messaging between apps and services.
Describe the Tables Sub-Service of Azure Storage ?
This is a NoSQL database storage, that is gradually being transitioned to Cosmos DB.