You have 50 virtual machines hosted on-premises and 50 virtual machines hosted in Azure. The on-premises virtual machines and the Azure virtual machines connect to each other.
Which type of cloud model is this?
Click on the arrows to vote for the correct answer
A. B. C.A
https://azure.microsoft.com/en-gb/overview/what-is-hybrid-cloud-computing/In this scenario, you have an Azure subscription with resources deployed in multiple regions, and you need to create an Azure resource to meet a policy requirement. The answer to this question is option B, which is to create an Azure Policy.
Azure Policy is a service in Azure that allows you to create, assign, and manage policies that enforce rules and effects for resources in your organization. With Azure Policy, you can enforce compliance with corporate standards and legal regulations across all resources in your Azure environment.
By creating an Azure Policy, you can define the specific requirements and conditions that must be met by the resources deployed in your Azure subscription. For example, you can define policies that ensure all resources are tagged with specific labels or that require resources to be deployed in a specific region.
An Azure Policy is created using JSON and is enforced by the Azure Policy service, which automatically evaluates all resources against the defined policy. If a resource violates the policy, the service takes action, such as denying deployment or triggering an alert.
In contrast, option A, a read-only lock, is a feature in Azure that prevents deletion or modification of a resource, but does not enforce any policy. Option C, a management group, is a hierarchical container that helps manage access, policies, and compliance across multiple subscriptions, but it is not a resource that meets a policy requirement. Option D, a reservation, is a purchasing option that allows you to prepay for a service for a term to get a discount and does not meet a policy requirement.
The cloud model described in this scenario is a hybrid cloud model, which is option A.
In a hybrid cloud model, an organization uses a combination of on-premises infrastructure and cloud-based resources. This allows the organization to take advantage of the benefits of both models, while also addressing any limitations or concerns.
In the scenario described, there are both on-premises virtual machines and virtual machines hosted in Azure. These virtual machines are connected to each other, which means that they are able to communicate and share data. This hybrid model allows the organization to take advantage of the scalability and flexibility of cloud-based resources, while also maintaining control over their on-premises infrastructure.
Option B, private cloud, refers to a cloud environment that is used exclusively by a single organization. This is not the case in the scenario described, as the organization is using both on-premises infrastructure and Azure resources.
Option C, public cloud, refers to a cloud environment that is available to the general public. While the organization in the scenario is using Azure, which is a public cloud provider, the fact that they are also using on-premises infrastructure means that this is not a purely public cloud model.
In summary, the cloud model described in the scenario is a hybrid cloud model, which involves using a combination of on-premises infrastructure and cloud-based resources.