and Answers
A private cloud requires
* the use of custom developed software.
* data to be stored in an on-premises datacenter.
* the infrastructure to be on a private network
* each tenant to access apps and dat thru a different URL - answer A private cloud
requires the infrastructure to be on a private network
You want to ensure that on SQL DB instances can be added to a resource group
named database-rg
* Lock
* Policy
* RBAC
* Initiative - answer Policy when you want to ensure that on SQL DB instances can
be added to a resource group named database-rg.
You want to ensure that only members of the Sales group can access VMs in the sales-
rg resource group.
* Lock
* Policy
* RBAC
* Initiative - answer RBAC when you want to ensure that only members of the Sales
group can access VMs in the sales-rg resource group. RBAC assigns permissions that
apply to users and groups.
You want to prevent new resources form being added to a resource group by anyone.
* Lock
* Policy
* RBAC
* Initiative - answer Lock - when you want to prevent new resources form being
added to a resource group by anyone. It prevents the accidental mdification of a
resource group.
You need to bring Azure Storage into your VNet with a dedicted IP address, which
solution should you use?
* Create a site-to-site VPN with Azure VPN Gateway
, * Create a privte endpoint with Azure Private Link
* Create a private connction with Azure ExpressRoute
* Peer your Azure VNet with Azure Storage VNet. - answer Create a privte endpoint
with Azure Private Link. A private endpoint is a network interface that connects you
privately and securely to a service powered by Azure Private Link. Private endpoints
use a private IP address from your VNet, and they communicate with the service over a
secure connection.
When running Azure PowerShell with Cloud Shell, both Linux- specific and Windows-
specific functionality is available.
* Yes
* No - answer No, when running Azure PowerShell with Cloud Shell, only Linux-
specific functionality is available.
Cloud Shell provides a way to run Azure Command-Line Interface (CLI) and Azure
PowerShell on iOS and Android mobile devices.
* Yes
* No - answer Yes, Cloud Shell provides a way to run Azure Command-Line
Interface (CLI) and Azure PowerShell on iOS and Android mobile devices.
Locking a resource group as read-only locks all resources contained in the group.
* Yes
* No - answer Yes, Locking a resource group as read-only locks all resources
contained in the group. You can apply locks to a resource grp or subscription to prevent
deletion or make contained resources read-only. You can also apply locks directly to a
resource.
A resource group can contain resources from the same region as the resource group
only.
* Yes
* No - answer No, a resource group can contain resources from any region, not just
the region in which the resource group is located.
You can add a resource to or remove a resource from a resource group as long as the
resource group us not locked.
* Yes
* No - answer Yes, You can add a resource to or remove a resource from a resource
group as long as the resource group us not locked. A resources can reside in only 1
resource grp at a time. Deleting a resource group will delete all resources contained in
that grp.