Microsoft Azure Administrator Associate AZ 104 Practice test 7

© examsiri.com
Question : 12 of 23
 
Marks: +1, -0
HOTSPOT
You have an Azure subscription that contains an Azure Storage account named storageaccount1.
You export storageaccount1 as an Azure Resource Manager template. The template contains the following sections.{
"type": "Microsoft.Storage/storageAccount",
"apiVersion": "2019-06-01",
"name": "storageaccount1",
"location": "eastus",
"sku": {
"name": "Standard LRS",
"tier": "standard"
},
"kind": "StorageV2",
"properties": {
"networkAcls" : {
"bypass" : "AzureServices",
"virtualNetworkrules": [ ],
"ipRules": [ ],
"defaultAction" : "Allow",
},
"supportsHttpsTraticconiy": true,
"encryption": {
"services" :{
"file": {
"keyType" : "Account".
"enabled": true
}
"blob": {
"keyType": "Account",
"enabled": true
}
},
"keySource": "Microsoft.Storage"
},
"accesstier": "Hot"
}
},
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point
Hot Area:
  • A server that has a public IP address of 131.107 .103 .10 can access storageaccount1 ______

  • Individual blobs in storageaccount1 can be set to use the archive tier ______

  • Global administrations in Azure Active Directory (Azure AD) can access a file share hosted in storageaccount 1 by using their Azure $A D$ credentials ______

Go to Question: