Set1-3 Flashcards
characteristics of the Public Cloud
- Applications can be quickly provisioned and deprovisioned.
- No capital expenditure to scale up
- Metered pricing
Reducing the amount of data transferred between Azure regions
Reducing the amount of data transferred between Azure regions can help lower costs as data transfer fees can add up quickly. By optimizing your data transfer patterns and minimizing unnecessary data movement, you can effectively reduce your Azure costs.
Microsoft Purview
Microsoft Purview is a unified data governance solution designed to manage and govern data across on-premises, multi-cloud, and SaaS environments. It provides organizations with a unified view of their data estate and helps ensure compliance and data security.
Azure ExpressRoute
Azure ExpressRoute is a service that offers dedicated, private network connectivity between your on-premises infrastructure and Azure datacenters. This allows for a more secure and reliable connection compared to using the public internet.
Azure App Service
Azure App Service is the most suitable option for hosting web applications like the one described in the question. It supports multiple programming languages, including Python, and provides a fully managed platform for building, deploying, and scaling web apps without managing the underlying infrastructure.
Azure public preview
According to the official documentation, it is important to note that the services offered in public preview are excluded from the Service Level Agreements (SLAs) . It is therefore not a good idea to deploy production environments on resources / services that are in preview (public or private).
Azure Scale Sets
Azure Scale Sets allow you to create and manage a group of load balanced VMs, providing high availability and application resiliency by distributing VMs across availability zones. They also enable your application to automatically scale as resource demand changes, making them the correct choice for the given requirements.
In Azure, a resource can only be associated with a single resource group. This design choice ensures that resources are organized efficiently and consistently within the Azure environment.
In Azure, a resource can only be associated with a single resource group. This design choice ensures that resources are organized efficiently and consistently within the Azure environment.
Can you apply a read-only lock to an Azure resource that already has a delete lock applied to it?
Yes, the owner of the subscription can apply a read-only lock to an Azure resource that already has a delete lock applied to it. The read-only lock will restrict any modifications to the resource while still allowing the owner to view the resource and its settings.
Microsoft Entra ID
Microsoft Entra ID is a solution that enables organizations to implement strict governance by providing identity and access management capabilities. It ensures that the right people have access to the right resources at the right time, making it a suitable choice for enforcing access control policies.