AZ300

Ace your homework & exams now with Quizwiz!

NO.82 You plan to deploy five virtual machines to a virtual network subnet. Each virtual machine will have a public IP address and a private IP address. Each virtual machine requires the same inbound and outbound security rules. What is the minimum number of network interfaces and network security groups that you require? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 1: Minimum number of network interfaces: *{5,10,15,20}* 2: Minimum number of network security groups: *{1,2,5,10}*

1: 5 2: 1

NO.112 You have an Azure subscription that contains multiple resource groups. You create an availability set as shown in the following exhibit. *Create availability set* Name: [ASI] Subscription: [Azure Pass] Resource group: [RG1] Location: [West Europe] Fault domains: [2] Update domains: [3] Use managed disks: [Yes(Alignet)] You deploy 10 virtual machines to AS1. Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point. 1: During planned maintenance, at least *{4,5,6,8}* virtual machines will be available. 2: To add another virtual machines to AS1, the machines must be added to *{Option}*. Options: A: any region and the RG1 resource group B: the West Europe region and any resource group C: the West Europe region and the RG1 resource group

1: 6 2C: the West Europe region and the RG1 resource group

NO.54 You create a virtual machine scale set named Scale1. Scale1 is configured as shown in the following exhibit. *Instances* Instance count: [4] Instance size: [DS2_v2] Deploy as low priority: [No] Use managed disks: [Yes] *Autoscale* Autoscale: [Enabled] Minimum number of VMs: [2] Maximum number of VMs: [20] *Scale out* CPU threshold %: [80] Number of VMs to increased by: [2] *Scale in* CPU threshold %: [30] Number of VMs to decreased by: [4] Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point. 1: If Scale1 is utilized at 85% for six minutes, Scale1 will be running *{2,4,6,8,10 VMs}*. 2: If Scale1 is first utilized at 25% for six minutes, and then utilized at 50% for six minutes, Scale1 will be running *{2,4,6,8,10 VMs}*.

1: 6 VMs 2: 2 VMs

NO.58 You have an Azure subscription named Subscription1. Subscription1 contains the resources in the following table. *Name ; Type* RG2 ; Resource group VNet1 ; Virtual network VNet2 ; Virtual network VM5 ; VM connected to VNet1 VM6 ; VM connected to VNet2 In Azure, you create a private DNS zone named adatum.com. You set the registration virtual network to VNet2. The adatum.com zone is configured as shown in the following exhibit. *Name ; Type ; TTL ; Value* @ ; SOA ; 3600 ; Email: azuredns-hostmater.com, Host:... vm1 ; A ; 3600 ; 10.1.0.4 vm9 ; A ; 3600 ; 10.1.0.12 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. 1: The A record for vm5 will be registered automatically in the adatum.com zone. {Y/N} 2: VM5 can resolve VM9.adatum.com {Y/N} 3: VM6 can resolve VM9.adatum.com {Y/N}

1: No 2: No 3: Yes

NO.145 You have a cloud solution that uses an Azure Functions consumption plan to scale hundreds of processes. A portion of the code is shown below. (Line numbers are included for reference only.) *Code* [FunctionName("StartFunction")] pulic static async Task<HttpResponseMessage> RunSingle( [HttpTrigger(AuthirizationLevel.Function, methods: "post", Route = "orchestrators/contoso_function01/<instance_id>")] HttpRequestMessage req, [OrchestrationClient] DurableOrchestrationClient starter, string functionName, string instanceId, TraceWriter log) { var existingInstance = await starter.GetStatusAsync(instanceId); if (existingInstance == null) { dynamic eventData = await req.Content.ReadAsync<object>(); Await starter.StartNewAsync(functionName, instanceId, eventData); log.Info($"Created"); return starter.CreateCheckStatusResponse(req, instanceId); } else { return req.CreateErrorResponse(HttpStatusCode.Conflice, $"Cannot create"); } } For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point *Statements* 1: The code intends to create an Azure Function singleton instance. {Y/N} 2: If no instanceID is passed into StartNewAsync, a random id is generated for the function. {Y/N} 3: The code ensures that there will never be two instances of the same function running. {Y/N}

1: No 2: Yes 3: Yes

NO.137 A company provides web app hosting services for customers. You have a set of App Service Plans available to deploy resources for new projects. The available service tiers are shown in the Service Tiers exhibit. * Project ; URL * Adventure Works Cycles ; http://adventureworkscycles.com Coho Vineyard ; http://cohovineyard.com Trey Research ; http://treyresearch•uoreveb'ites;oev You must provision resources for the projects as shown in the Projects exhibit. *Service tiers* Prototype: [F1], [D1] Shared: [B1], [B2] Dedicated: [S1], [P1] The Adventure Works a project requires the use of deployment slots as shown in the Deployment Slots exhibit. *Deployment slots* *QA*: Advertures Works Cycles Version 3 *Review*: Advertures Works Cycles Version 2 *Production*: Advertures Works Cycles Version 1 You need to determine where to deploy resources for each project. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. *Statements* 1: AdventureWorks Cycles must be hosted on one of the shared plans. {Y/N} 2: Trey Research must be hosted on one of the prototype plans. {Y/N} 3: Coho Vineyard must be hosted on one of the dedicated plans. {Y/N}

1: Yes 2: Yes 3: No

NO.60 You have an Azure subscription that contains an Azure Service Bus named Bus1. Your company plans to deploy two Azure web apps named App1 and App2. The web apps will create messages that have the following requirements: - Each message created by App1 must be consumed by only a single consumer. - Each message created by App2 will be consumed by multiple consumers. Which resource should you create for each web app? To answer, drag the appropriate resources to the correct web apps. Each resource may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. 1: App1: *{Option}* 2: App2: *{Option}* Options: A: A Service Bus queue B: A Service Bus topic C: An Azure Event Grid Topic D: Azure Blob Storage

1A: A Service Bus queue 2B: A Service Bus topic

NO.38 You are developing a web app that uses a REST interface to connect to Azure Storage with HTTPS. This app uploads and streams video content that can be accessed from anywhere in the world. You have different storage requirements for each part of the app. A hierarchical namespace must be created. Which storage services should you implement? To answer, select the appropriate services to the correct actions. Each service may be used once, more than once, or not at all. NOTE: Each correct selection is worth one point. Actions: 1: Stream video content {A,B,C} 2: Perform random read/write operations {A,B,C} 3: Access application data from anywhere {A,B,C} Storage services: A: Azure Blobs B: Azure Table Storage C: Azure HDInsights

1A: Azure Blobs 2A: Azure Blobs 3A: Azure Blobs

NO.34 You are developing a workflow solution using Azure technologies. What should you implement to meet each requirement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Questions: Q1: Debug the solution by using Visual Studio. (A,B,C) Q2: Use a collection of ready-made actions. (A,B,C) Q2: Deploy the component by using Visual Studio Teams Services. (A,B,C) Answers: A: Durable Functions only B: Logic Apps only C: Durable Functions and Logic Apps

1A: Durable Functions only 2B: Logic Apps only 3A: Durable Functions only

NO.139 You are developing an Azure Web App. You configure TLS mutual authentication for the web app. You need to validate the client certificate in the web app. To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. *1: Property: Client certificate location:* A: HTTP request header B: Client cookie C: HTTP message body D: URL query string *2: Property: Encoding type* A: HTML B: URL C: Unicode D: Base64

1A: HTTP request header 2D: Base64

NO.119 Your company hosts multiple website by using Azure virtual machine scale sets (VMSS) that run Internet Information Server (IIS). All network communications must be secured by using end to end Secure Socket Layer (SSL) encryption. User sessions must be routed to the same server by using cookie-based session affinity. The image shown depicts the network traffic flow for the web sites to the VMSS. Use the drop-down menus to select the answer choice that answers each question. NOTE: Each correct selection is worth one point. 1: Which Internet Protocol (IP) address type should you use? A: Public B: Private 2: Which Azure solution should you create to route the web application traffic to the VMSS? A: Azure VPN Gateway B: Azure Application Gateway C: Azure ExpressRoute D: Azure Network Watcher 3: What should you configure to make sure web traffic arrives at the appropriate server in the VMSS ? A: Routing rules and backend listeners B: CNAME and A records C: Routing method and DNS to live (TTL) D: Path-based redirection and WebSockets

1A: Public 2B: Azure Application Gateway 3D: Path-based redirection and WebSockets

NO.35 You are creating an app that uses Event Grid to connect with other services. Your app's event data will be sent to a serverless function that checks compliance. This function is maintained by your company. You write a new event subscription at the scope of your resource. The event must be invalidated after a specific period of time. You need to configure Event Grid to ensure security. What should you implement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Q1: WebHook event delivery Answers: A: SAS tokens B: Key authentications C: JWT token Q2: Topic publishing Answers: A: ValidationCode handshake B: ValidationURL handshake C: Management Access Control

1A: SAS tokens 2A: ValidationCode handshake

NO.103 You have an Azure Active Directory (Azure AD) tenant. You need to create a conditional access policy that requires all users to use multi-factor authentication when they access the Azure portal. Which three settings should you configure? To answer, select the appropriate settings to the answer area. NOTE: Each correct selection is worth one point. Name: [Policy1] 1: *Assignements* A: Users and groups B: Cloud apps C: Conditions 2: *Access control* A: Grant B: Session Enable Policy: [On]

1A: Users and groups 1B: Cloud apps 2A: Grant

NO.160 You have an Azure Service Bus. You create a queue named Queue1. Queue1 is configured as shown in the following exhibit. Name: [Queue1] May queue size: [1GB] Message time to live: [2h] Lock duration: [5min] Enable duplicate detection: [ ] Enable dead lettering on message expiration [x] Enable sessions: [ ] Enable partitioning: [x] Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point 1: If a message that has a TTL of four hours is written to Queue1 and is never read, the message will be: A: deleted after two hours. B: deleted after four hours. C: deleted after two hours and five minutes. D: retained until manually deleted. 2: If a message that has a TTL of two hours is written to Queue1, and then read after one hour, the message woll be: A: deleted immediately. B: deleted in five minutes. C: deleted in one hour. D: retained until manually delented.

1A: deleted after two hours. 2B: deleted in five minutes.

NO.83 Your company runs several Windows and Linux virtual machines (VMs). You must design a solution that implements data privacy, compliance, and data sovereignty for all storage uses in Azure. You plan to secure all Azure storage accounts by using Role-Based Access Controls (RBAC) and Azure Active Directory (Azure AD). You need to secure the data used by the VMs. Which solution should you use? To answer, select the appropriate solutions in the answer area. NOTE: Each correct selection is worth one point. 1: Boot and data volume: A: Azure Storage Service Encryption B: Azure Disk Encryption C: Azure Information Protection D: Azure AD 2: Data written to Azure Storage A: Azure Storage Service Encryption B: Azure Disk Encryption C: Shared Access Signature (SAS) D: Network Security Group 3: Encryption keys and secrets: A: Azure Storage Service Encryption B: Azure Disk Encryption C: Azure Key Vault D: Azure Security Center

1B: Azure Disk Encryption 2A: Azure Storage Service Encryption 3C: Azure Key Vault

NO.61 You are developing a rating service for books that runs on Azure Service Fabric. One of the services uses reliable collections that update the ratings of a book. Testers report that the ratings are not updated when the code is run. You need to implement the code to ensure that ratings are updated in the collection. You have the following class: class Book { string Name; string RAting; public Book(Book refBook) { Name = refBook.NAme; Rating = refBook.Rating; } } How should you complete the code? To answer, drag the appropriate code segments to the correct locations. Each code segment may be used once, more than once, or not at all. NOTE: Each correct selection is worth one point using (ITransaction tx = StateManager.CreateTransaction()) { ConditionalValue<Book> currentBook = await m_dic.TryGetValueAsync(tx, isbn); if (currentBook.HasValue) { *{Option 1}* *{Option 2}* await tx.CommitAsync(); } } Option 1: A: Book updatedBook = new Book(); B: Book updatedBook = new Book(currentBook); C: Book updatedBook = new Book(isbn); D: Book updatedBook = new Book(); updatedBook = currentBook; Option 2: A: updatedBook.Rating = currentBook.Rating++; await m_dic.SetValue(tx, name, updatedBook); B: await m_dic.SetValue(tx, name, (updatedBook.Rating + 1)); C: updatedBook.Rating = updatedBook.Rating + 1; await m_dict.SetValue(tx, name, updatedBook); D: updatedBook.Rating = updatedBook.Rating + 1; currentBook = updatedBook;

1B: Book updatedBook = new Book(currentBook); 2A: updatedBook.Rating = currentBook.Rating++; await m_dic.SetValue(tx, name, updatedBook);

NO.114 You are developing Azure WebJobs. You need to recommend a WebJob type for each scenario. Which WebJob type should you recommend? To answer, drag the appropriate WebJob types to the correct scenarios. Each WebJob type may be used once, more than once, or not at all. NOTE: Each correct selection is worth one point. *Szenario* 1: Run on all instances that the web app runs on. Optionally restrict the WebJob to a single instance. *{Options}* 2: Run on a single instance that Azure selects for load balancing. *{Options}* 3: Supports remote debubbing. *{Options}* Options: A: Triggered B: Continuous

1B: Continuous 2A: Triggered 3B: Continuous

NO.133 You are designing a solution to secure a company's Azure resources. The environment hosts 10 teams. Each team manages a project and has a project manager, a virtual machine (VM) operator, developers, and contractors. Project managers must be able to manage everything except access and authentication for users. VM operators must be able to manage VMs, but not the virtual network or storage account to which they are connected. Developers and contractors must be able to manage storage accounts. You need to recommend roles for each member. What should you recommend? To answer, drag the appropriate roles to the correct employee types. Each role may be used once, more than once, or not at all. NOTE: Each correct selection is worth one point. *Employee types* 1: Project manager: *{Role}* 2: VM operators: *{Role}* 3: Developer: *{Role}* 4: Contractors: *{Role}* *Roles* A: Owner B: Contributor C: Reader D: Virtual Machine Contributor E: Storage Account Contributor

1B: Contributor 2D: Virtual Machine Contributor 3E: Storage Account Contributor 4E: Storage Account Contributor

NO.77 You have an Azure subscription named Subscription1. Subscription1 contains a virtual machine named VM1. You install and configure a web server and a DNS server on VM1. VM1 has the effective network security rules shown in the following exhibit. *Inbound Port Rules* Priority ; Name ; Port ; Protocol ; Source ; Destination ; Action 900 ; !! Rule2 ; 50-60 ; Any ; Any ; Any ; Deny 1000 ; !! default-allow-rdp ; 3389 ; TCP ; Any ; Any ; Allow 1010 ; Rule1 ; 50-500 ; TCP ; Any ; Any ; Allow 65000 ; AllowVnetInBound ; Any ; Any ; VNet ; VNet ; Allow 65001 ; AllowAzureLoadBalancer ; Any ; Any ; AzureLB ; Any ; Allow 65500 ; DenyAllInBound ; Any ; Any ; Any ; Any ; Deny *Outbound Port Rules* Priority ; Name ; Port ; Protocol ; Source ; Destination ; Action 1000 ; Rule3 ; 80 ; Any ; Any ; Any ; Deny 65000 ; AllowVnetOutBound ; Any ; Any ; VNet ; VNet ; Allow 65001 ; AllowInternetOutBound ; Any ; Any ; Any ; Internet ; Allow 65500 ; DenyAllOutBound ; Any ; Any ; Any ; Any ; Deny Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point. 1: Internet users: A: can connect to only the DNS server on VM1. B: can connect to only the web server on VM1. C: can connect to the web server and the DNS server on VM1. D: cannot connect to the web server and the DNS server on VM1. 2: If you delete Rule2, Internet users: A: can connect to only the DNS server on VM1. B: can connect to only the web server on VM1. C: can connect to the web server and the DNS server on VM1. D: cannot connect to the web server and the DNS server on VM1.

1B: Internet users can connect to only the web server on VM1. 2C: Internet users can connect to the web server and the DNS server on VM1.

NO.95 You are developing a back-end Azure App Service that scales based on the number of messages contained in a Service Bus queue. A rule already exists to scale up the App Service when the average queue length of unprocessed and valid queue messages is greater than 1000. You need to add a new rule that will continuously scale down the App Service as long as the scale up condition is not met. How should you configure the Scale rule? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. *Scale rule* 1: Metric source A: Storage queue B: Service Bus Queue C: Current resource D: Storage queue (classic) Resource type: [Service Bus namespaces] Resource: [MessageQueue1103] Queues: [itemqueue] *Criteria* 2: Metric name: A: Message count B: Active Message Count 3: Time grain statistics: A: Total B: Maximum C: Average D: Count 4: Operator: A: Greater then B: Greater then or equals to C: Less than D: Less than or equals to Threshold: [1000] *Action* 5: Operation: A: Increase count by B: Increase count to C: Decrease count by D: Decrease count to Instance count: [1] Cool down time: [5] minutes

1B: Service Bus Queue 2A: Message count 3C: Average 4D: Less than or equals to C: Decrease count by

NO.148 You need to provision the resources in Azure to support the virtual machine that will be migrated from the New York office. What should you include in the solution? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 1: IP address space of the VNet: A: 10.0.0.0/16 B: 10.10.0.0/16 C: 10.20.0.0/16 2: Stirage account kind: A: Blob storage B: Storage (general purpose v1) C: StorageV2 (general purpose v2)

1C: 10.20.0.0/16 2B: Storage (general purpose v1)

NO.62 You have an Azure subscription named Subscription1. Subscription1 contains the resources in the following table: *Name ; Type* RG1 ; Resource group RG2 ; Resource group VNet1 ; Virtual network VNet2 ; Virtual network VNet1 is in RG1. VNet2 is in RG2. There is no connectivity between VNet1 and VNet2. An administrator named Admin1 creates an Azure virtual machine VM1 in RG1. VM1 uses a disk named Disk1 and connects to VNet1. Admin1 then installs a custom application in VM1. You need to move the custom application to VNet2. The solution must minimize administrative effort. Which two actions should you perform? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 1: First action: A: Create a network interface in RG2. B: Detach a network interface. C: Delete VM1. D: Move a network interface to RG2. 2: Secoond action: A: Attach a network interface. B: Create a network interface in RG2. C: Create a new VM. D: Move VM1 to RG2.

1C: Delete VM1. 2C: Create a new VM.

NO.53 You are developing a solution that requires serverless code execution in Azure. The solution has two functions that must run in a specific order. You need to ensure that the second function can use the output from the first function. How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. public static async Task<object> Run(*{Option 1}* c) { try { var f1Result = await c.*{Option 2}* <object>("AzureFunction01", null); return await c.*{Option 3}* <object>("AzureFunction02", f1Result); } catch(Exception e) { ... } } Option 1: A: DurableOrchestrationContext B: DurableActivityContext C: DurableOrchestrationClient D: DurableOrchestrationStatus Option 2: A. CallActivityAsync B: CallSuborchestorAsync C: WaitForExternalEvent Option 3: A. CallActivityAsync B: CallSuborchestorAsync C: WaitForExternalEvent

1C: DurableOrchestrationClient 2A. CallActivityAsync 3A. CallActivityAsync

NO.55 You plan to create an Azure Storage account in the Azure region of East US 2. You need to create a storage account that meets the following requirements: - Replicates synchronously - Remains available if a single data center in the region fails How should you configure the storage account? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 1: Replication: A: Geo-redundant storage (GRS) B: Locally-redundant storage (LRS) C: Read-access geo-redundant storage (RA GRS) D: Zone-redundant storage (ZRS) 2: Account kind: A: Blob storage B: Storage (general purpose v1) C: StorageV2 (general purpose v2)

1D: Zone-redundant storage (ZRS) 2C: StorageV2 (general purpose v2)

NO.132 A company has the following offices: *Location1*: This office has 30 networked computers, a VPN server, and a server that runs Microsoft Exchange *Location2*: This office has fife on-premise servers. The company plans to expand its network to the cloud. You identify the following requirements: - Location1 requires a dynamic pool of virtual machines (VMs) for offsite computations - Employees from Location1must be able to connect to VMs through a virtual network to start tasks and check results. - Servers from Location2 must privately and continuously back up all data to Azure. The process will require up to 1 Gbps bandwidth. You need to configure the hybrid solution. Which connection types should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 1: Location1 A: Point-to-Site VPN B: Site-to-Site VPN C: Exchange Provider ExpressRoute D: Network Service Provider ExpressRoute 2: Location2 A: Point-to-Site VPN B: Site-to-Site VPN C: Exchange Provider ExpressRoute D: Network Service Provider ExpressRoute

1C: Exchange Provider ExpressRoute 2A: Point-to-Site VPN

NO.113 An application that you manage has several web front-end instances. Each web front end communicates with a set of back-end worker processes by using an Azure queue. You are developing code for the worker processes. You have a function named DoWork0 that handles delta processing tasks. You need to develop code for the worker processes that meets the following requirements: - Property access an item from the queue and be resistant to failure. - Run on multiple background processes. - Ensure that items are available to other workers two minutes after a worker process fails. - Ensure that messages regarding failed processes are logged to the console. How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. *Code* public void ProcessQueue() { var storageAccount = CloudStorageAccount.Parse(queueConnectionString); var queueClient = storageAccount.CreateCloudQueueClient(); var queue = queueClient.GetQueueReference(queueName); var retrievedMessage = queue.GetMessage( *{Option 1}* ); try { var item = JsonConvert.DeserializeObject<WorkItem>(retrievedMessage.*{Option 2}*); DoWork(item); *{Option 3}* } catch { *{Option 4}* } } 1: Option 1: A: 2 B: 2000 C: TimeSpan.FromMinutes(2) D: 120000 2: Option 2: A: AsString B: PopReciept C: AsBytes D: NextVisibleTime 3: Option 3: A: queue.Delete(); B: queue.GetMessage(); C: queue.DeleteMessage(retrievedMessage); D: queue.UpdateMessate(retrievedMessage, TimeSpan.FromMinutes(2), MessageUpdateFields.Visibility); 4: Option 4: A: Console.WriteLine("Error procesing item"); B: queue.DeleteMessage(retrievedMessage); C: queue.UpdateMessate(retrievedMessage, TimeSpan.FromMinutes(2), MessageUpdateFields.Visibility); D: throw new Exception("Error processing item");

1C: TimeSpan.FromMinutes(2) 2A: AsString (-> ????) 3B: queue.GetMessage(); 4D: throw new Exception("Error processing item");

NO.123 Your company has a virtualization environment that contains the virtualization hosts shown in the following table. * Name ; Hypervisor ; Guest * Server1 ; Vmware ; VM1, VM2, VM3 Server2 ; Hyper-V ; WMA, WMB, VMC The VMs are configured as shown in the following table. * Name ; Generation ; Memory ; OS ; OS disk ; Data disk * VM1 ; n/a ; 4 GB ; Win Server 2016 ; 200 GB ; 800 GB VM2 ; n/a ; 12 GB Red Hat Enterprise Linux 7.2 ; 3 TB ; 200 GB VM3 ; n/a ; 32 GB ; Win Server 2012 R2 ; 200 GB ; 1 TB VMA ; 1 ; 8 GB ; Win Server 2012 100 GB ; 2 TB VMB ; 1 ; 16 GB ; Red Hat Enterprise Linux 7.2 ; 150 GB ; 3 TB VMC ; 2 ; 24 GB ; Win Server 2016 ; 200 GB ; 6 TB The virtual machines are configured as shown in the following table. All the virtual machines use basic disks. VM1 is protected by using BitLocker Drive Encryption (BitLocker). You plan to migrate the virtual machines to Azure by using Azure Site Recovery. You need to identify which virtual machines can be migrated. Which virtual machines should you identify for each server? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 1: The virtual machines that can be migmted from Sever1: A: VM1 only B: VM2 only C: VM3 only D: VM1 and VM2 only E: VM1 and VM3 only F: VM1, VM2, and VM3 2: The virtual machines that can be migrated from Server2. A: VMA only B: VMB only C: VMC only D: VMA and VMB only E: VNLA and VMC only F: VMA, VMB. and VMC

1C: VM3 only 2D: VMA and VMB only

NO.117 You are creating a CU script that creates an Azure web app and related services in Azure App Service. The web app uses the following variables: * Variable name ; Value * $gitrepo ; https://github.com/Contoso/webapp $webappname ; Webapp1103 You need to automatically deploy code from GitHub to the newly created web app. How should you complete the script? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. *Code* az group create --location westeurope --name myResourceGroup *{Option 1}* --name $webappname --resource-group myResourceGroup --sku FREE *{Option 2}* --name $webappname --resource-group myResourceGroup *{Option 3}* ( ???? ) --name $webappname --resource-group myResourceGroup *{Option 4}* 1: Option 1: A: az webabb B: az appservice plan create C: az webapp deployment D: az group delete 2: Option 2: A: az webabb create B: az appservice plan create C: az webapp deployment D: az group delete 3: Option 3: A: --repo-url $gitrepo --branch master --manual-integration B: git clone $gitrepo C: --plan $webappname 4: Option 4: A: --repo-url $gitrepo --branch master --manual-integration B: git clone $gitrepo C: --plan $webappname

1C: az webapp deployment 2B: az appservice plan create 3C: --plan $webappname 4A: --repo-url $gitrepo --branch master --manual-integration

NO.147 Contoso. Ltd. hosts the following ASP.NET workloads in Azure: * Workload ; Server ; Database * Sales ; db_srv_sales_contoso ; db_sales_contoso Inventory ; db_inventory_contoso ; db_inventory_contoso Users of the Sales software report mismatches between shown inventory at the time of sale and actual availability. Transactions across the two systems result in inconsistent reads and writes. You encapsulate Sales order creation and Inventory status updates in elastic transactions. You need to recommend changes to code and the databases to support transactions. Which actions should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. *Steps* 1: Configure Database: A: Use the New-AzureRmSqlServerCommunicationLink PowerShell cmdlet. B: Use the Set-AzureRmSqlElasticPool PowerShell cmdlet. C: Use the Set-AzureRmSqlElasticPoolREcommandedActionState PowerShell cmdlet. D: Use the New-AzureRmSqlSyncGroup PowerShell cmdlet. 2: Transactions: A: Use TransactionScope in System.Transactions. B: Use BEGIN-TRANSACTION in T-SQL. C: Use BEGIN-DISTRIBUTED-TRANSACTION in T-SQL. D: Use COMMIT-TRANSACTION in T-SQL

1D: Use the New-AzureRmSqlSyncGroup PowerShell cmdlet. 2C: Use BEGIN-DISTRIBUTED-TRANSACTION in T-SQL.

NO.91 You have Azure Storage accounts as shown in the following exhibit. *Name ; Type ; Kind ; RG ; Location ; Subscription ; Access Type ; Replication Mode* sa1 ; storage account ; Storage ; RG1 ; East US ; Sub1 ; - ; Read-access Geo-redundant replication sa2 ; storage account ; StorageV2 ; RG1 ; Central US ; Sub1 ; Hot ; Geo-redundant replication sa3 ; storage account ; BlobStorage ; RG1 ; East US ; Sub1 ; Hot ; Locally-redundant replication Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point. 1: You can use *{Option}* for Azure Table Storage: A: sa1 only B: sa2 only C: sa3 only D: sa1 and sa2 only E: sa2 and sa3 only 2: You can use *{Option}* for Azure Blob Storage: A: sa3 only B: sa2 and sa3 only C: sa1 and sa3 only D: all storage accounts

1D: sa1 and sa2 only 2D: all storage accounts

NO.130 You are developing an Azure web application to store and archive patient medical records in Azure. You need to configure data storage to meet the following policies: - Ensure that you can configure a retention period for patient records. - Archived data must be readable. - Archived data must not be modified or deleted. Which Azure storage service should you use? A. Azure Tables B. Azure Blobs C. Azure Queues D. Azure Files

A. Azure Tables

NO.76 You plan to automate the deployment of a virtual machine scale set that uses the Windows Server 2016 Datacenter image. You need to ensure that when the scale set virtual machines are provisioned, they have web server components installed. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Create a new virtual machine scale set in the Azure portal. B. Create an automation account. C. Upload a configuration script. D. Modify the extensionProfile section of the Azure Resource Manager template. E. Create an Azure policy.

A. Create a new virtual machine scale set in the Azure portal. D. Modify the extensionProfile section of the Azure Resource Manager template.

NO.63 You have a virtual network named VNet1 as shown in the exhibit. Resource group: [Production] Location: [West US] Subscription / ID: [...] Tags: [No tags] Address space: [10.2.0.0/16] DNS: [Azure provided DNA service] Connected devices: [No devices are connected] No devices are connected to VNet1. You plan to peer VNet1 to another virtual network named VNet2 in the same region. VNet2 has an address space of 10.2,0.0/16. You need to create the peering. What should you do first? A. Create a subnet on VNet1 and VNet2. B. Add a gateway subnet to VNet1. C. Configure a service endpoint on VNet2 D. Modify the address space of VNet1.

A. Create a subnet on VNet1 and VNet2.

NO.142 You are the global administrator for an Azure Active Directory (Azure AD) tenant named adatum.com. You need to enable two-step verification for Azure users. What should you do? A. Create an Azure AD conditional access policy. B. Configure a playbook in Azure Security Center. C. Enable Azure AD Privileged Identity Management. D. Install an MFA Server.

A. Create an Azure AD conditional access policy.

NO.120 You are developing an app that references data which is sharded across multiple Azure SQL databases. The app must guarantee transactional consistency for changes across several different sharding key values. You need to manage the transactions. What should you implement? A. Elastic database transactions with horizontal partitioning. B. Distributed transactions coordinated by Microsoft Distributed Transaction Coordinator (MSDTC). C. Server-coordinated transactions from .NET application. D. Elastic database transactions with vertical partitioning.

A. Elastic database transactions with horizontal partitioning.

NO.102 An app uses a virtual network with two subnets One subnet is used for the application server. The other subnet is used for a database server. A network virtual appliance (NVA) is used as a firewall. Traffic destined for one specific address prefix is routed to the NVA and then to an on-premises database server that stores sensitive data. A Border Gateway Protocol (BGP) route is used for the traffic to the on-premises database server. You need to recommend a method for creating the user-defined route. Which two options should you recommend? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. For the virtual network configuration, use a VPN. B. For the next hop type, use a virtual network gateway. C. For the virtual network configuration, use Azure ExpressRoute. D. For the next hop type, use virtual network peering.

A. For the virtual network configuration, use a VPN. C. For the virtual network configuration, use Azure ExpressRoute.

NO.84 You have an Azure Active Directory (Azure AD) domain that contains 5,000 user accounts. You create a new user account named AdminUser1. You need to assign the User administrator administrative role to AdminUser1. What should you do from the user account properties? A. From the Directory role blade, modify the directory role. B. From the Groups blade, invite the user account to a new group. C. From the Licenses blade, assign a new license.

A. From the Directory role blade, modify the directory role.

NO.141 You have a Recovery Service vault that you use to test backups. The test backups contain two protected virtual machines. You need to delete the Recovery Services vault. What should you do first? A. From the Recovery Service vault, stop the backup of each backup item. B. From the Recovery Service vault, delete the backup data. C. Modify the disaster recovery properties of each virtual machine. D. Modify the locks of each virtual machine.

A. From the Recovery Service vault, stop the backup of each backup item.

NO.116 You create the following Azure role definition. { "Name": "Role1", "Id": "80808080-8080-8080-8080-808080808080", IsCustom : false, IT Certification Guaranteed, The Easy Way! 196 "Description": "", "Actions" : [ "Microsoft.Storage/٭/read", "Microsoft.Network/٭/read", "Microsoft.Compute/٭/read", "Microsoft.Compute/virtualMachines/start/action", "Microsoft.Compute/virtualMachines/restart/action", "Microsoft.Authorization/٭/read"], "NotActions": [ ], "DataActions": [ ], "NotDataActions": [ ], "AssignableScopes": [ ] } You need to create Role1 by using the role definition. Which two values should you modify before you create Role1? Each correct answer presents part of solution. NOTE: Each correct selection is worth one point. A. IsCustom B. DataActions C. Id D. AssignableScopes E. Description

A. IsCustom D. AssignableScopes

NO.87 You have a virtual network named VNet1 as shown in the exhibit. Resource group: [Production] Location: [West US] Subscription / ID: [...] Tags: [No tags] Address space: [10.2.0.0/16] DNS: [Azure provided DNA service] Connected devices: [No devices are connected] No devices are connected to VNet1. You plan to peer VNet1 to another virtual network named Vnet2 in the same region. VNet2 has an address space of 10.2.0.0/16. You need to create the peering. What should you do first? A. Modify the address space of VNet1. B. Configure a service endpoint on VNet2 C. Add a gateway subnet to VNet1. D. Create a subnet on VNet1 and VNet2.

A. Modify the address space of VNet1.

NO.66 You plan to back up an Azure virtual machine named VM1. You discover that the Backup Pre-Check status displays a status of Warning. What is a possible cause of the Warning status? A. VM1 does not have the latest version of WaAppAgent.exe installed. B. VM1 has an unmanaged disk. C. VM1 is stopped. D. A Recovery Services vault is unavailable.

A. VM1 does not have the latest version of WaAppAgent.exe installed.

NO.93 You have an Azure policy as shown in the following exhibit. Which of the following statements are true? *Scope* Scope: [Subscription1] Exclusions: [Subscription1/ContosoRG1] *Basics* Policy definitions: [Not allowed resource types] Assignement name: [Not allowed resource types] *Parameters* Not allowed resource types: [Microsoft.Sql/servers] A. You can create Azure SQL servers in ContosoRG1. B. You are prevented from creating Azure SQL servers anywhere in Subscription 1. C. You are prevented from creating Azure SQL Servers in ContosoRG1 only. D. You can create Azure SQL servers in any resource group within Subscription 1.

A. You can create Azure SQL servers in ContosoRG1.

NO.154 You download an Azure Resource Manager template based on an existing virtual machine. The template will be used to deploy 100 virtual machines. You need to modify the template to reference an administrative password. You must prevent the password from being stored in plain text. What should you create to store the password? A. an Azure Key Vault and an access policy. B. an Azure Storage account and an access policy. C. Azure Active Directory (AD) Identity Protection and an Azure policy. D. a Recovery Services vault and a backup policy.

A. an Azure Key Vault and an access policy.

NO.136 You have an Azure subscription that contains the storage accounts shown in the following table. * Name ; Contains * Storagecontoso1 ; A blob service and a table service Storagecontos02 ; A blob service and a file service Storagecontos03 ; A queue service Storagecontos04 ; A file service and a queue service Storagecontos05 ; A table service You enable Azure Advanced Threat Protection (ATP) for all the storage accounts. You need to identify which storage accounts will generate Azure ATP alerts. Which two storage accounts should you identify? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. storagecontoso1 B. storagecontoso2 C. storagecontoso3 D. storagecontoso4 E. storaaecontoso5

A. storagecontoso1 E. storaaecontoso5

NO.36 You have an Azure subscription. You have an on-premises virtual machine named VM1. The settings for VM1 are shown in the exhibit. Services: [x] Operation system shutdown [x] Time synchronization [x] Data exchange [x] Heartbeat [x] Backup (volume shadow copy) [ ] Guest Services You need to ensure that you can use the disks attached to VM1 as a template for Azure virtual machines. What should you modify on VM1? A. the hard drive B. Integration Services C. the memory D. the network adapters E. the processor

A. the hard drive

NO.48 You plan to create a new Azure Active Directory (Azure AD) role. You need to ensure that the new role can view all the resources in the Azure subscription and issue support requests to Microsoft. The solution must use the principle of least privilege. How should you complete the JSON definition? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. { "Name": "Role1", "IsCustom": true, "Description": "Subscription reader and support request creator.", "Actions": [ {Options A} , {Options B} ], "NotActions": ???, "AssignableScopes": [ "/subscriptions/11111111-1111-..." ] } Options A: A1: "٭/٭" A2: "٭/read" A3: "read/٭" Options B: B1: "٭/٭" B2: "٭/Microsoft.Support" B3: "Microsoft.Support/٭"

A2: "٭/read" B3: "Microsoft.Support/٭"

NO.57 You have an Azure subscription that contains two storage accounts named storagecontoso1 and storagecontoso2. Each storage account contains a queue service, a table service, and a blob service. You develop two apps named App1 and App2. You need to configure the apps to store different types of data to all the storage services on both the storage accounts. How many endpoints should you configure for each app? A: 2 B: 3 C: 6 D: 12

A: 2

NO.86 You have an on-premises network that you plan to connect to Azure by using a site-to-site VPN. In Azure, you have an Azure virtual network named VNet1 that uses an address space of 10.0.0.0/16. VNet1 contains a subnet named Subnet1 that uses an address space of 10.0.0.0/24. You need to create a site-to-site VPN to Azure. Which four actions should you perform in sequence? NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select. Actions: A: Create a gateway subnet. B: Create a custom DNS server. C: Create a local gateway. D: Create a Azure Content Delivery Network (CDN) profile. E: Create a VPN gateway. F: Create a VPN connection.

A: Create a gateway subnet. E: Create a VPN gateway. C: Create a local gateway. F: Create a VPN connection.

NO.104 You have a task that includes a WebJob that should run continuously. The WebJob Log exhibit shows the text that is displayed when the WebJob runs. *Continuous WebJob Details* Refreshed a minute ago... [08/18/2018 17:28:24 > e013ed:SYS INFO] Run script "WebJob1.exe" with script host "WindowsScriptHost" [08/18/2018 17:28:24 > e013ed:SYS INFO] Status changes to Running [08/18/2018 17:28:25 > e013ed:INFO] WebJob Started [08/18/2018 17:28:25 > e013ed:SYS INFO] Status changed to Success [08/18/2018 17:28:25 > e013ed:SYS INFO] Process went down wainting for 60 seconds [08/18/2018 17:28:25 > e013ed:SYS INFO] Status changed to PendingRestart The WebJob is configured as shown in the WebJob Configuration exhibit. *Name ; Type ; Status ; Schedule* WebJob1 ; Continuous ; Pending Restart ; n/a The WebJob is not functioning as expected. The WebJob Code exhibit has a comment that shows where code should be added. *Code* class Program { private static Timer workTimer = new Timer(); static void Main() { Trace.WriteLine ("WebJob Setup Starting"); var config = new JobHostConfiguration(); if (config.IsDevelopment) { config.UseDevelopmentSettings(); } workTimer.Interval = TimeSpan.FromSeconds(10).Tota1Milliseconds; workTimer.Elapsed += Worktrimer_Elapsed; workTimer.AutoReset = true; workTimer.Enabled = true; console .WriteLine("WebJob Started"); } private static void WorkTimer_Elapsed(object sender, ElapsedEventArgs e) { Console.WriteLine("Workload Processing"); //ToDo-Implement code Trace.Writeline("Workload Complete"); } You need to identify any issues with the WebJob. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. *Statements:* A: The WebJob will run continuously as the code is written. {Y/N} B: The text WebJob Setup Starting will output to the WebJob Logs. {Y/N} C: The timer-elapsed code will be invoked and run at least once. {Y/N} D: The WebJob settings are properly configured in the Azure portal. {Y/N}

A: No B: No C: Yes D: Yes

NO.98 You have an Azure subscription that contains two virtual networks named VNet1 and VNet2. Virtual machines connect to the virtual networks. The virtual networks have the address spaces and the subnets configured as shown in the following table. *VNet ; Adress space ; Subnet ; Peering* VNet1 ; 10.1.0.0/16 ; 10.1.0.0/24 and 10.1.10/26 ; VNet2 VNet2 ; 10.2.0.0/16 ; 10.2.0.0/24 ; VNet1 You need to add the address space of 10.33.0.0/16 to VNet1. The solution must ensure that the hosts on VNet1 and VNet2 can communicate. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Actions: A: Remove peering between VNet1 and VNet2 B: Recreate peering between VNet1 and VNet2 C: On the peering conneciton in VNet1, allow gateway transit D: Add the 10.33.0.0/16 adress space to VNet1 E: On the peering conneciton in VNet2, allow gateway transit F: Create a new VNet named VNet1 G: Remove VNet1

A: Remove peering between VNet1 and VNet2 D: Add the 10.33.0.0/16 adress space to VNet1 B: Recreate peering between VNet1 and VNet2

NO.105 You have an Azure subscription named Subscription1. Subscription1 contains the virtual networks in the following table: * Name ; Address space ; Subnet name ; Subnet address range * VNet1 ; 10.1.0.0/16 ; Subnet1 ; 10.1.1.0/24 VNet2 ; 10.10.0.0 16 ; Subnet2 ; 10.10.1.0 24 VNet3 ; 172.16.0.0 16 ; Subnet3 ; 172.16.1.0 24 Subscription1 contains the virtual machines in the following table: * Name ; Network ; Subnet ; IP address * VM1 ; VNet1 ; Subnet1 ; 10.1.1.4 VM2 ; VNet2 ; Subnet2 ; 10.10.1.4 VM3 ; VNet3 ; Subnet3 ; 172.16.1.4 The firewalls on all the virtual machines are configured to allow all ICMP traffic. You add the peerings in the following table: * VNet ; Peering Network* VNet1 ; VNet3 VNet2 ; VNet3 VNet3 ; VNet1 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. *Statements* A: VM1 can ping VM3. {Y/N} B: VM2 can ping VM3. {Y/N} C: VM2 can ping VM1. {Y/N}

A: Yes B: No C: No

NO.45 You have an Azure subscription that is used by four departments in your company. The subscription contains 10 resource groups. Each department uses resources in several resource groups. You need to send a report to the finance department. The report must detail the costs for each department. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Actions: A: Assign a tag to each resource group. B: Open the "Resource consts" blade of each resource group. C: Download the usage report. D: Assign a tag to each resource. E: From the cost analysis blade, filter the view by tag.

Action order: D, E, C D: Assign a tag to each resource. E: From the cost analysis blade, filter the view by tag. C: Download the usage report.

NO.153 You are designing an Azure solution. The solution must meet the following requirements: - Distribute traffic to different pools of dedicated virtual machines (VMs) based on rules Provide SSL offloading capabilities. You need to recommend a solution to distribute network traffic. Which technology should you recommend? A. server-level firewall rules B. Azure Application Gateway C. Azure Traffic Manager D. Azure Load Balancer

B. Azure Application Gateway

NO.111 You are responsible for mobile app development for a company. The company develops apps on Windows Mobile, iOS, and Android. You plan to integrate push notifications into every app. You need to be able to send users alerts from a backend server. Which two options can you use to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. Azure Web App B. Azure Mobile App Service C. Azure SQL Database D. Azure Notification Hubs E. a virtual machine

B. Azure Mobile App Service D. Azure Notification Hubs

NO.51 You have an Azure solution that uses Multi-Factor Authentication for added security when users are outside of the office. The usage model has been set to "Per Authentication". Your company acquires another company and adds the new staff to Azure Active Directory (Azure AD). New staff members must use Multi-Factor Authentication. You need to change the usage model to "Per Enabled User". What should you recommend? A. Create a new Multi-Factor Authentication provider and reconfigure the usage model. B. Create a new Multi-Factor Authentication provider with a backup from the current Multi-Factor Authentication provider data. C. Use the Azure portal to change the current usage model. D. Use Azure CLI to change the current usage model.

B. Create a new Multi-Factor Authentication provider with a backup from the current Multi-Factor Authentication provider data.

NO.150 You have an Azure subscription that contains a policy-based virtual network gateway named GW1 and a virtual network named VNet1. You need to ensure that you can configure a point-to-site connection from VNet1 to an on-premises computer. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Reset GW1. B. Create a route-based virtual network gateway. C. Add a service endpoint to VNet1. D. Delete GW1. E. Add a public IP address space to VNet1. F. Add a connection to GW1.

B. Create a route-based virtual network gateway. D. Delete GW1.

NO.78 You have an Azure subscription that contains the resources shown in the following table. Name ; Type ; Adress space VNet1 ; VNet ; 10.1.1.0/24 Subnet1 ; Subnet ; 10.1.1.0/24 VM1 ; VM ; n/a Subnet1 is on VNET1. VM1 connects to Subnet1. You plan to create a virtual network gateway on VNET1. You need to prepare the environment for the planned virtual network gateway. What are two ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. Create a subnet named GatewaySubnet on VNET1. B. Delete Subnet1. C. Modify the address space used by Subnet1. D. Modify the address space used by VNET1 E. Create a local network gateway.

B. Delete Subnet1. D. Modify the address space used by VNET1

NO.127 You have an Azure subscription named Subscription1 that contains two Azure networks named VNet1 and VNet2. VNet1 contains a VPN gateway named VPNGW1 that uses static routing. There is a site-to-site VPN connection between your on-premises network and VNet1. On a computer named Client1 that runs Windows 10, you configure a point-to-site VPN connection to VNet1. You configure virtual network peering between VNet1 and VNet2. You verify that you can connect to VNet2 from the on-premises network. Client1 is unable to connect to VNet2. You need to ensure that you can connect Client1 to VNet2. What should you do? A. Select Allow gateway transit on VNetl B. Download and re-install the VPN client configuration package on ClientL C. Enable BGP on VPNGW1. D. Select Allow gateway transit on VNet2.

B. Download and re-install the VPN client configuration package on ClientL

NO.129 You have an on-premises network that contains a Hyper-V host named Host1. Host1 runs Windows Server 2016 and hosts 10 virtual machines that run Windows Server 2016. You plan to replicate the virtual machines to Azure by using Azure Site Recovery. You create a Recovery Services vault named ASR1 and a Hyper-V site named Site1. You need to add Host1 to ASR1. What should you do? A. Download the installation file for the Azure Site Recovery Provider. Download the storage account key. Install the Azure Site Recovery Provider on each virtual machine and register the virtual machines. B. Download the installation file for the Azure Site Recovery Provider. Download the vault registration key. Install the Azure Site Recovery Provider on Host1 and register the server. C. Download the installation file for the Azure Site Recovery Provider. Download the storage account key. Install the Azure Site Recovery Provider on Host1 and register the server. D. Download the installation file for the Azure Site Recovery Provider. Download the vault registration key. Install the Azure Site Recovery Provider on each virtual machine and register the virtual machines.

B. Download the installation file for the Azure Site Recovery Provider. Download the vault registration key. Install the Azure Site Recovery Provider on Host1 and register the server.

NO.131 You have an Azure tenant that contains two subscriptions named Subscription1 and Subscription2. In Subscription1, you deploy a virtual machine named Server1 that runs Windows Server 2016. Server1 uses managed disks. You need to move Server1 to Subscription2. The solution must minimize administration effort. What should you do first? A. In Subscription2, create a copy of the virtual disk. B. From Azure PowerShell, run the Move-AzureRmResource cmdlet. C. Create a snapshot of the virtual disk. D. Create a new virtual machine in Subscription2.

B. From Azure PowerShell, run the Move-AzureRmResource cmdlet.

NO.67 You have two Azure Active Directory (Azure AD) tenants named contoso.com and fabrikam.com. You have a Microsoft account that you use to sign in to both tenants. You need to configure the default sign-in tenant for the Azure portal. What should you do? A. From the Azure portal, configure the portal settings. B. From the Azure portal, change the directory. C. From Azure Cloud Shell, run Set-AzureRmContext. D. From Azure Cloud Shell, run Set-AzureRmSubscription.

B. From the Azure portal, change the directory.

NO.65 You need to resolve the licensing issue before you attempt to assign the license again. What should you do? A. From the Groups blade, invite the user accounts to a new group. B. From the Profile blade, modify the usage location. C. From the Directory role blade, modify the directory role.

B. From the Profile blade, modify the usage location.

NO.161 You have an Azure subscription that contains an Azure Service Fabric cluster and a Service Fabric application named FabricApp. You develop and package a Service Fabric application named AppPackage. AppPackage is saved in a compressed folder named AppPackage.zip. You upload AppPackage.zip to an external store. You need to register AppPackage in the Azure subscription. What should you do first? A. Run the New-ServiceFabricApplication cmdlet. B. Repackage the application in a file named App.sfpkg. C. Create a new Service Fabric cluster. D. Copy AppPackage.zip to a blob storage account.

B. Repackage the application in a file named App.sfpkg.

NO.156 You have an Azure subscription named Subscription"). Subscription! contains a virtual machine named VM1. You have a computer named Computer! that runs Windows 10. Computer! is connected to the Internet You add a network interface named interface! to VM1 as shown in the exhibit. *Inbound Port Rules* Priority ; Name ; Port ; Protocol ; Source ; Destination ; Action 1000 ; !! default-allow-rdp ; 3389 ; TCP ; Any ; Any ; Allow 65000 ; AllowVnetInBound ; Any ; Any ; VNet ; VNet ; Allow 65001 ; AllowAzureLoadBalancer ; Any ; Any ; AzureLB ; Any ; Allow 65500 ; DenyAllInBound ; Any ; Any ; Any ; Any ; Deny *Outbound Port Rules* Priority ; Name ; Port ; Protocol ; Source ; Destination ; Action 65000 ; AllowVnetOutBound ; Any ; Any ; VNet ; VNet ; Allow 65001 ; AllowInternetOutBound ; Any ; Any ; Any ; Internet ; Allow 65500 ; DenyAllOutBound ; Any ; Any ; Any ; Any ; Deny From Computer1, you attempt to connect to VM1 by using Remote Desktop, but the connection fails. You need to establish a Remote Desktop connection to VM1. What should you do first? A. Attach a network interface B. Start VM1. C. Delete the DenyAIIOutBound outbound port rule. D. Delete the DenyAlllnBound inbound port rule.

B. Start VM1.

NO.52 You have an Azure Active Directory (Azure AD) tenant named contosocloud.onmicrosoft.com. Your company has a public DNS zone for contoso.com. You add contoso.com as a custom domain name to Azure AD. You need to ensure that Azure can verify the domain name. Which type of DNS record should you create? A. PTR B. TXT C. NSEC3 D. DNSKEY

B. TXT

NO.152 You plan to use the Azure Import/Export service to copy files to a storage account. Which two files should you create before you prepare the drives for the import job? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. an XML manifest file B. a driveset CSV file C. a dataset CSV file D. a PowerShell PS1 file E. a JSON configuration file

B. a driveset CSV file C. a dataset CSV file

NO.47 You create an Azure Storage account named contosostorage. You plan to create a file share named data. Users need to map a drive to the data file share from home computers that run Windows 10. Which port should be open between the home computers and the data file share? A. 80 B. 443 C. 445 D. 3389

C. 445

NO.121 From the MFA Server blade, you open the Block/unblock users blade as shown in the exhibit. *Block/unblock users* A blocked user will not receive Multi-Factor Authentication requests. Authentication attempts for that user woll be automatically denied. A user will remain blocked für 90 days from the time they are blocked. To manually unblock a user, click the "Unblock" action. *Blocked users* * User ; Reason ; Date ; Action * [email protected] ; Lost phone ; 06/14/2018 8:26:38 PM ; [Unblock] What caused AlexW to be blocked? A. The user account password expired. B. The user reported a fraud alert when prompted for additional authentication. C. An administrator manually blocked the user. D. The user entered an incorrect PIN four times within 10 minutes.

C. An administrator manually blocked the user.

NO.110 You have an Azure subscription that contains a resource group named RG1. RG1 contains 100 virtual machines. Your company has three cost centers named Manufacturing, Sales, and Finance. You need to associate each virtual machine to a specific cost center. What should you do? A. Add an extension to the virtual machines. B. Modify the inventory settings of the virtual machine. C. Assign tags to the virtual machines. D. Configure locks for the virtual machine.

C. Assign tags to the virtual machines.

NO.144 You have an Azure subscription that contains the resources in the following table. * Name ; Type * RG1 ; Resource group Store1 ; Azure Storage Account Store2 ; Azure File Sync Store1 contains a file share named Data. Data contains 5,000 files. You need to synchronize the files in Data to an on-premises server named Server1. Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Download an automation script. B. Create a container instance. C. Create a sync group. D. Register Server1. E. Install the Azure File Sync agent on Server1.

C. Create a sync group. D. Register Server1. E. Install the Azure File Sync agent on Server1.

NO.97 You have an Azure virtual machine named VM1 that you use for testing. VM1 is protected by Azure Backup. You delete VM1. You need to remove the backup data stored for VM1. What should you do first? A. Delete the storage account. B. Stop the backup. C. Modify the backup policy. D. Delete the Recovery Services vault

C. Modify the backup policy.

NO.75 You have an Azure App Service API that allows users to upload documents to the cloud with a mobile device. A mobile app connects to the service by using REST API calls. When a new document is uploaded to the service, the service extracts the document metadata. Usage statistics for the app show significant increases in app usage. The extraction process is CPU-intensive. You plan to modify the API to use a queue. You need to ensure that the solution scales, handles request spikes, and reduces costs between request spikes. What should you do? A. Configure a CPU Optimized virtual machine (VM) and install the Web App service on the new instance. B. Configure a series of CPU Optimized virtual machine (VM) instances and install extraction logic to process a queue. C. Move the extraction logic into an Azure Function. Create a queue triggered function to process the queue. D. Configure Azure Container Service to retrieve items from a queue and run across a pool of virtual machine (VM) nodes using the extraction logic.

C. Move the extraction logic into an Azure Function. Create a queue triggered function to process the queue.

NO.138 You have an Azure subscription named Subscription1. Subscription1 contains the resource groups in the following table. * Name ; Azure region ; Policy * RG1 ; West Europe ; Policy1 RG2 ; North Europe ; Policy2 RG3 ; France Central ; Policy3 RG1 has a web app named WebApp1. WebApp1 is located in West Europe. You move WebApp1 to RG2. What is the effect of the move? A. The App Service plan to WebApp1 moves to North Europe. Policy2 applies to WebApp1. B. The App Service plan to WebApp1 moves to North Europe. Policy1 applies to WebApp1. C. The App Service plan to WebApp1 remains to West Europe. Policy2 applies to WebApp1. D. The App Service plan to WebApp1 remains to West Europe. Policy1 applies to WebApp1.

C. The App Service plan to WebApp1 remains to West Europe. Policy2 applies to WebApp1.

NO.90 You are building a custom Azure function app to connect to Azure Event Grid. You need to ensure that resources are allocated dynamically to the function app. Billing must be based on the executions of the app. What should you configure when you create the function app? A. the Windows operating system and the App Service plan hosting plan B. the Docker container and an App Service plan that uses the B1 pricing tier C. the Windows operating system and the Consumption plan hosting plan D. the Docker container and an App Service plan that uses the S1 pricing tier

C. the Windows operating system and the Consumption plan hosting plan

NO.68 You have an Azure subscription that contains 10 virtual machines. You need to ensure that you receive an email message when any virtual machines are powered off, restarted, or deallocated. What is the minimum number of rules and action groups that you require? A. three rules and three action groups B. one rule and one action group C. three rules and one action group D. one rule and three action groups

C. three rules and one action group

NO.100 You have an Azure subscription that contains a storage account. You have an on-premises server named Server1 that runs Window Server 2016. Server1 has 2 TB of data. You need to transfer the data to the storage account by using the Azure Import/Export service. In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select. Actions: A: From the Azure portal, create an import job. B: From Server1, run waimportexport.exe. C: Attach an external disk to Server1. D: From the Azure portal, update the import job. E: Detach the external disk from Server1 and ship the disk to the Azure data center.

C: Attach an external disk to Server1. B: From Server1, run waimportexport.exe. A: From the Azure portal, create an import job. E: Detach the external disk from Server1 and ship the disk to the Azure data center. D: From the Azure portal, update the import job.

NO.128 Your company develops a bot that uses QnA Maker knowledge bases and Language Understanding Intelligence Services (LUIS). You create the QnA Maker service, knowledge bases, and the LUIS app. The bot application must use LUIS to determine which QnA Maker knowledge base to use. You need to integrate LUIS with the QnA Maker knowledge bases and maximize the effectiveness for selecting the QnA Maker knowledge bases before testing the bot. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. *Actions* A: Configure the bot app to link LUIS app intents to the knowledge bases. B: Create instances for the LUIS app that correspond to the knowledge bases. C: Create intents for the LUIS app that correspond to knowledge bases. D: Publish the LUIS application. E: Configure the bot app to link LUIS app entities to the knowledge bases. F: Create entities for the LUIS app that corespond to the knowledge bases. G: Train the LUIS application.

C: Create intents for the LUIS app that correspond to knowledge bases. D: Publish the LUIS application. A: Configure the bot app to link LUIS app intents to the knowledge bases. G: Train the LUIS application.

NO.151 You have an Azure subscription that contains the following resources: - a virtual network named VNet1 - a replication policy named ReplPoHcy1 - a Recovery Services vault named Vault1 - an Azure Storage account named Storage1 You have an Amazon Web Services (AWS) EC2 virtual machine named VM1 that runs Windows Server 2016. You need to migrate VM1 to VNet1 by using Azure Site Recovery. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. *Actions* A: Install Azure Sire Recovery Unified Setup. B: Enable Windows PowerShell remoting on VM1. C: Enable replication for VM1. D: Create an Azure Migrate project. E: Deploy an EC2 VM as a configuration server.

C: Enable replication for VM1. B: Enable Windows PowerShell remoting on VM1. E: Deploy an EC2 VM as a configuration server.

NO.106 You develop an IoT solution by using Nodejs. The solution is ready to deploy to the production environment. You must implement the device twin capabilities of Azure IoT Hub. You must register a sensor named Sensor00. The IoT Hub name is Hub01. You need to register the endpoint with ContosoHub01 so that you can configure them from your solution. Which four commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order. A: npm install azure-iot-device azure-iot-device-matt --save B: az iot hub show—connection-string --name {Sensor00} --output table C: az extension add --name azure-cli-iot-ext D: az iot hub device-identity create --hub-rune {Hub01} E: az iot hub device-identity create --hubname {Hub01} --device-id Sensr00

C: az extension add --name azure-cli-iot-ext A: npm install azure-iot-device azure-iot-device-matt --save D: az iot hub device-identity create --hub-rune {Hub01} E: az iot hub device-identity create --hubname {Hub01} --device-id Sensr00

NO.74 You are developing a Docker/Go using Azure App Service Web App for Containers. You plan to run the container in an App Service on Linux. You identify a Docker container image to use. None of your current resource groups reside in a location that supports Linux. You must minimize the number of resource groups. You need to create the application and perform an initial deployment required. Which three Azure CLI commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order. Azure CLI Commands: A: az group update B: az webapp update C: az group create D: az appservice plan create E: az webapp create

C: az group create D: az appservice plan create E: az webapp create

NO.44 You plan to develop an Azure Stream Analytics job that ingests streaming data from legacy, SaaS, and cloud applications. The data will be u data analysis. You need to select Azure resources to handle the data input and output for the solution Which resources should you use? A. Input Event Hub, output: Event Hub B. Input Blobs, output: loT Hub C. Input loT Hub, output: Service Bus D. Input Service Bus, output: Iot Hub

D. Input Service Bus, output: Iot Hub

NO.159 Which blade should you instruct the finance department auditors to use? A. Partner information B. Overview C. Payment methods D. Invoices

D. Invoices

NO.155 You are creating a collaborative image hosting platform as an ASP.NET MVC web application. Users add, update, and modify images on the platform. Images are stored in Azure Blob storage. More than one user at a time must be able to modify the same image. You need to implement optimistic concurrency for uploading images. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. * Actions * A: Check response headers. If the status code equals 200, notify that it is a success. If the code is 412, notify the user about a conflicting change. B: When you upload the image, include the ETag in the If-None-Match conditional header of the PUT BLOB request. C: Store the ETag of the blob for further use, and let the user make the necessary modifications to the image. D: Retrieve an image blob from the storage service. The response includes an HTTP ETag Header value that identifies the current version of the image(Blob). E: When you upload the image, including the ETag in the If-Match conditional header of the PUT BLOB request.

D, C, B, A D: Retrieve an image blob from the storage service. The response includes an HTTP ETag Header value that identifies the current version of the image(Blob). C: Store the ETag of the blob for further use, and let the user make the necessary modifications to the image. B: When you upload the image, include the ETag in the If-None-Match conditional header of the PUT BLOB request. A: Check response headers. If the status code equals 200, notify that it is a success. If the code is 412, notify the user about a conflicting change.

NO.115 Your company is developing an e-commerce Azure App Service Web App to support hundreds of restaurant locations around the world. You are designing the messaging solution architecture to support the e-commerce transactions and messages. The solution will include the following features: *Features* Shopping Cart: - Items in a shopping cart must be processed by an Azure Function within a specified number of minutes. Failure to process should move the items to a failed state for processing by a separate Azure Function. - Shopping transactions must not be lost and fault conditions must be processed separately. - Shopping cart transactions must be read the inventory and sales systems for further processing. Inventory Distribution: - Items sent to the inventory system must run a separate workflow for each item that includes warehouse, shipping, and order processing updates. - Inventory uses Azure Blob storage to store inventory items and related information. - Inventory is processed by using an Azure Logic App. Restaurant Telemetry: - Restaurants stream millions of daily events from all locations. - Restaurant data must be captured in Azure Blob storage for conditional processing. - Restaurant event data must expire after 24 hours. You need to design a solution for the Inventory Distribution feature. A. Azure Event Grid B. Azure Event Hub C. Azure Relay D. Azure Service Bus

D. Azure Service Bus

NO.43 You have a Microsoft SQL Server Always On availability group on Azure virtual machines. You need to configure an Azure internal load balancer as a listener for the availability group. What should you do? A. Create an HTTP health probe on port 1433. B. Set Session persistence to Client IP. C. Set Session persistence to Client IP and protocol. D. Enable Floating IP.

D. Enable Floating IP.

NO.59 You have an Active Directory forest named contoso.com. You install and configure AD Connect to use password hash synchronization as the single signon(SSO) method. Staging mode is enabled. You review the synchronization results and discover that the Synchronization Service Manager does not display any sync jobs. You need to ensure that the synchronization completes successfully. What should you do? A. From Azure PowerShell, run Start-AdSyncSycnCycle -PolicyType Initial. B. Run Azure AD Connect and set the SSO method to Pass-through Authentication. C. From Synchronization Service Manager, run a full import. D. Run Azure AD Connect and disable staging mode.

D. Run Azure AD Connect and disable staging mode.

NO.146 You plan to migrate an on-premises Hyper-V environment to Azure by using Azure Site Recovery. The Hyper-V environment is managed by using Microsoft System Center Virtual Machine Manager (VMM). The Hyper-V environment contains the virtual machines in the following table: * Name ; OS ; OS disk size ; BitLocker ; Gerenation * DC1 ; Win Server 2016 ; 500GB ; No ; 2 FS1 ; Ubuntu 16.04 LTS ; 200GB ; No ; 2 CA1 ; Win Server 2012 R2 ; 1 TB ; Yes ; 1 SQL1 ; Win Server 2016 ; 200 GB ; No ; 1 Which virtual machine can be migrated by using Azure Site Recovery? Which virtual machine can be migrated by using Azure Site Recovery? A. FS1 B. CA1 C. DC1 D. SQL1

D. SQL1

NO.140 A company hosts virtual machines (VMs) in an on-premises datacenter and in Azure. The onpremises and Azure-based VMs communicate using ExpressRoute. The company wants to be able to continue regular operations if the ExpressRoute connection fails. Failover connections must use the Internet and must not require Multiprotocol Label Switching (MPLS) support. You need to recommend a solution that provides continued operations. What should you recommend? A. Set up a second ExpressRoute connection. B. Increase the bandwidth of the existing ExpressRoute connection. C. Increase the bandwidth for the on-premises internet connection. D. Set up a VPN connection.

D. Set up a VPN connection.

NO.73 A company is migrating an existing on-premises third-party website to Azure. The website is stateless. The company does not have access to the source code for the website. They do not have the original installer. The number of visitors at the website varies throughout the year. The on-premises infrastructure was resized to accommodate peaks but the extra capacity was not used. You need to implement a virtual machine scale set instance. What should you do? A. Use an autoscale setting to scale instances vertically B. Create 100 autoscale settings per resource C. Scale out by one instance when the average CPU usage of one of the instances is over 80 percent D. Use Azure Monitor to create autoscale settings using custom metrics E. Use an autoscale setting with unlimited maximum number of instances

D. Use Azure Monitor to create autoscale settings using custom metrics

NO.32 You create an Azure Time Series Insights event handler. You need to send data over the network as efficiently as possible and optimize query performance. What should you do? A. Create a query plan B. Send all properties C. Use a Tag ID D. Use reference data

D. Use reference data

NO.143 You need to define a custom domain name for Azure AD to support the planned infrastructure. Which domain name should you use? A. ad.humongousinsurance.com B. humongousinsurance.onmicrosoft.com C. humongousinsurance.local D. humongousinsurance.com

D. humongousinsurance.com

NO.107 You have an Azure Active Directory (Azure AD) tenant. All administrators must enter a verification code to access the Azure portal. You need to ensure that the administrators can access the Azure portal only from your on-premises network. What should you configure? A. the default for all the roles in Azure AD Privileged Identity Management B. an Azure AD Identity Protection user risk policy C. an Azure AD Identity Protection sign-in risk policy D. the multi-factor authentication service settings

D. the multi-factor authentication service settings

NO.135 Your network contains an on-premises Active Directory and an Azure Active Directory (Azure AD) tenant. You deploy Azure AD Connect and configure pass-through authentication? Your Azure subscription contains several web apps that are accessed from the Internet. You plan to enable Azure Multi-Factor Authentication (MFA) for the Azure tenant. You need to recommend a solution to prevent users from being prompted for Azure MFA when they access the web apps from the on-premises network. What should you include in the recommendation? A. a site-to-site VPN between the on-premises network and Azure B. an Azure policy C. an Azure ExpressRoute circuit D. trusted IPs

D. trusted IPs

NO.158 A company is developing a solution that allows smart refrigerators to send temperature information to a central location. The solution must receive and store messages until they can be processed. You create an Azure Service Bus instance by providing a name, pricing tier, subscription, resource group, and location. You need to complete the configuration. Which Azure CU or PowerShell command should you run? A: New-AzureRmServiceBusQueue -ResourceGroupName fridfe-rg -NamespaceName fridge-ns -Name fridge-q -EnablePartitioning $False B: az group create --name fridge-rg --location fridge-loc C: New-AzureRmResourceGroup -Name fridge-rg -Location fridge-loc D: connectionString=$(az servicebus namespace authorization-rule keys list --resource-group fridge-rg --fridge-na fridge-ns --name RootManagementSharedAccessKey --query primaryConnectionString --output tsv)

D: connectionString=$(az servicebus namespace authorization-rule keys list --resource-group fridge-rg --fridge-na fridge-ns --name RootManagementSharedAccessKey --query primaryConnectionString --output tsv)

NO.72 You need to prepare the environment to ensure that the web administrators can deploy the web apps as quickly as possible. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Actions: A: From the Template service, select the template, and then share the template to the web administrator. B: Create a resource group, and then deploy a web app to the resource group. C: From the Automation script blade of the resource group, click the *Parameters* tab. D: From the Automation script blade of the resource group, click *Deploy*. E: From the Automation Account service, add an automation account. F: From the Automation script blade of the resource group, click *Add to library*.

E: From the Automation Account service, add an automation account. D: From the Automation script blade of the resource group, click *Deploy*. A: From the Template service, select the template, and then share the template to the web administrator.

NO.157 You have an on-premises file server named Server1 that runs Windows Server 2016. You have an Azure subscription that contains an Azure file share. You deploy an Azure File Sync Storage Sync Service, and you create a sync group. You need to synchronize files from Server1 to Azure. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. * Actions * A: Create an Azure on-premise data gateway. B: Install the Azure File Sync agent on Server1. C: Create a Recovery Service vault. D: Register Server1. E: Install the DFS Replication server role on Server1. F: Add a server endpoint.

E, D, F E: Install the DFS Replication server role on Server1. D: Register Server1. F: Add a server endpoint.

NO.50 You have an Azure subscription that contains the resources shown in the following list. Name ; Type ; Size --------------------- ILB1 ; Internal load balancer ; Basic ELB1 ; External load balancer ; Standard AGW1 ; Azure AppGW with WAF enabled ; Standard AGW2 ; Azure AppGW ; Standard_v2 You need to deploy a load-balancing solution for two Azure web apps named App1 and App2 to meet the following requirements: - App1 must support command injection protection. - App2 must be able to use a static public IP address. - App1 must have a Service Level Agreement (SLA) of 99.99 percent. Which resource should you use as the load-balancing solution for each app? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Q1: App1: {Options A,B,C,D} Q2: App2: {Options A,B,C,D} Options: A: ILB1 B: ELB1 C: AGW1 D: AGW2

Q1: App1: C: AGW1 Q2: App2: B: ELB1

NO.49 You maintain an existing Azure SQL Database instance. Management of the database is performed by an external party. All cryptographic keys are stored in an Azure Key Vault. You must ensure that the external party cannot access the data in the SSN column of the Person table. Will each protection method meet the requirement? To answer, drag the appropriate responses to the correct protection methods. Each response may be used once, more than once, or not at all. NOTE: Each correct selection is worth one point Protection Methods: A: Enable AlwaysOn encryption {Y/N} B: Set the column encryption setting to disabled {Y/N} C: Assign users to the Public fixed database role {Y/N} D: Store column encryption keys in the system catalog view in the database {Y/N}

Responses: A: Yes B: No C: No D: No

NO.122 Fourth Coffee has an ASP.Net Core web app that runs in Docker. The app is mapped to the www.fourthcoffee.com domain. Fourth Coffee is migrating this application to Azure. You need to provision an App Service Web App to host this docker image and map the custom domain to the App Service web app. A resource group named FourthCofeePublicWebResourceGroup has been created in the WestUS region that contains an App Service Plan named AppServiceLinuxDockerPlan. Which order should the CLI commands be used to develop the solution? To answer, move all of the Azure CLI commands from the list of commands to the answer area and arrange them in the correct order. *Snippet A* az webapp config container set --docker-custom-image-name $dockerHubContainerPath --name $appName --resource-group fourthCoffeePubIicWebResourceGroup *Snippet B* az webapp create --name $appName --plan AppServiceLinuxDockerPlan --resource-group fourthCoffeePublicWebResourceGroup *Snippet C* #/bin/bash appName="FourthCofeePublicWeb$random" location="WestUS" dockerHubContainerPAth="FourthCofee/public" fqdn="http://fourthcofee.com">www.fourth *Snippet D* az webapp config hostname add --webapp-name $appName --resource-group fourthCoffeePublicWebResourceGroup \ --hostname $fqdn

Snippet C Snippet B Snippet A Snippet D

NO.42 You are developing an application that consists of an ASP.NET Core Web API website and a WebJob that starts automatically and runs continuously. You are building the deployment process for the application. You need to ensure that both the website and the WebJob are deployed. How should you structure the deployment folders? To answer, drag the appropriate path segments to the correct locations. Each path segment may be used once, more than once, or not at all. NOTE: Each correct selection is worth one point. Available foldernames: jobs, webjobs, autorun, app_data, bin, continuous Answer: Website: / WebJob: {Folder} / {Folder} / {Folder}

WebJob: jobs / webjobs / app_data


Related study sets

Unit XIV- Nursing Care of the Patient with Problems of the Integumentary System

View Set

Exam 5 Unit IX/VIII Nursing Care of Patients with Problems of Digestion, Peptic Ulcer

View Set

Chapter 10: Capillary Puncture Equipment, Principles and Procedures

View Set