ちなみに、Xhs1991 AZ-305の一部をクラウドストレージからダウンロードできます:https://drive.google.com/open?id=1--dD8TPANWK44npI9cK4o7-qm0TL8I8o
Xhs1991 はプロなウェブサイトで、受験生の皆さんに質の高いサービスを提供します。プリセールス.サービスとアフターサービスに含まれているのです。Xhs1991のMicrosoftのAZ-305試験トレーニング資料を必要としたら、まず我々の無料な試用版の問題と解答を使ってみることができます。そうしたら、この資料があなたに適用するかどうかを確かめてから購入することができます。Xhs1991のMicrosoftのAZ-305試験トレーニング資料を利用してから失敗になりましたら、当社は全額で返金します。それに、一年間の無料更新サービスを提供することができます。
Microsoft AZ-305試験は、Azure Solutions Architectとして認定されたい個人を対象とした認定テストです。この試験は、Microsoft Azureで実行されるソリューションの設計と実装に焦点を当てています。この試験は、クラウドコンピューティングをしっかりと理解しており、知識と専門知識を次のレベルに引き上げることを目指している個人向けに設計されています。この試験では、Azure Virtual Machines、Storage Solutions、Azure Networking、Azure Securityなど、幅広いトピックをカバーしています。
Microsoft AZ-305試験は、Microsoft Azureインフラストラクチャソリューションの設計における候補者の知識とスキルを検証するための認定試験です。Azure上で実行されるソリューションの設計と実装の経験がある個人を対象とし、Microsoft Certified: Azure Solutions Architect Expert認定を取得したいと思っている人が受験することを意図しています。
Microsoft AZ-305試験参考書は権威的で、最も優秀な資料とみなされます。Microsoft AZ-305試験参考書は研究、製造、販売とサービスに取り組んでいます。また、独自の研究チームと専門家を持っています。そのため、AZ-305試験参考書に対して、お客様の新たな要求に迅速に対応できます。それは受験者の中で、AZ-305試験参考書が人気がある原因です。
Microsoft AZ-305認定を達成することは、Azure Infrastructure Solutionsの設計に関する候補者の専門知識を示し、クラウドコンピューティングでのキャリアを促進するのに役立ちます。この認定は、従業員がビジネス要件を満たす効果的なソリューションを設計するために必要なスキルと知識を持っていることを実証しているため、Azure Servicesを使用する組織にとって貴重な資産でもあります。
質問 # 267
You have an on-premises Microsoft SQL Server database named SQL1.
You plan to migrate SQL 1 to Azure.
You need to recommend a hosting solution for SQL1. The solution must meet the following requirements:
* Support the deployment of multiple secondary, read-only replicas.
* Support automatic replication between primary and secondary replicas.
* Support failover between primary and secondary replicas within a 15-minute recovery time objective (RTO).
正解:
解説:
質問 # 268
A company has an existing web application that runs on virtual machines (VMs) in Azure.
You need to ensure that the application is protected from SQL injection attempts and uses a layer-7 load balancer. The solution must minimize disruption to the code for the existing web application.
What should you recommend? To answer, drag the appropriate values to the correct items. Each value 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.
正解:
解説:
Explanation:
Box 1: Azure Application Gateway
Azure Application Gateway provides an application delivery controller (ADC) as a service. It offers various layer 7 load-balancing capabilities for your applications.
Box 2: Web Application Firwewall (WAF)
Application Gateway web application firewall (WAF) protects web applications from common vulnerabilities and exploits.
This is done through rules that are defined based on the OWASP core rule sets 3.0 or 2.2.9.
There are rules that detects SQL injection attacks.
References:
https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-faq
https://docs.microsoft.com/en-us/azure/application-gateway/waf-overview
質問 # 269
You have a Microsoft Entra tenant named contoso.com that contains multiple enterprise apps.
Your company has a business partner that has a Microsoft Entra tenant named fabrikam.com.
You need to recommend an identity governance solution that will provide users in fabrikam.com with access to the enterprise apps in contoso.com. The solution must meet the following requirements:
* Ensure that administrators in fabrikam.com can provide the fabrikam.com users with access to the contoso.
com enterprise apps.
* Automatically provision identities for the fabrikam.com users to enable access to the contoso.com enterprise apps.
* Provide policy-based management of access assignments, approvals, and expirations.
* Minimize administrative effort.
What should you include in the recommendation? To answer, select the appropriate options in the answer area.
NOTE: Each correct collection is worth one point.
正解:
解説:
Explanation:
Cross-tenant synchronization; entitlement management
Cross-tenant synchronization automatically provisions and maintains B2B users. Entitlement-management access packages implement approvals, expiration and access assignment.
質問 # 270
Drag and Drop Question
You have an Azure subscription that contains the virtual machines shown in the following table.
You need to recommend a logging solution for the virtual machines. The solution must meet the following requirements:
- Operating system logs from VM1 must be collected and stored in a Log
Analytics workspace.
- Syslog data logs from VM2 must be archived to a storage account.
What solution should you include in the recommendation for each virtual machine? To answer, drag the appropriate solutions to the correct virtual machines. Each solution 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.
正解:
解説:
Explanation:
Box 1: Azure Monitor Agent
Operating system logs from VM1 must be collected and stored in a Log Analytics workspace.
In this scenario, to collect Windows 11 operating system logs from an Azure VM jump box and store them in a Log Analytics workspace, you should use the Azure Monitor Agent (AMA) combined with Data Collection Rules (DCRs).
Key Components to Use:
*-> Azure Monitor Agent (AMA): This is the recommended, modern agent for collecting guest OS logs (Windows Event Logs, security logs) and performance data from Azure virtual machines.
Data Collection Rules (DCR): These define what data (e.g., Security, System, Application events) is collected and where it is sent (the Log Analytics workspace).
Log Analytics Workspace: The central repository where the logs are stored, analyzed, and queried using Kusto Query Language (KQL).
Implementation Steps:
Install AMA: Enable the Azure Monitor Agent extension on the Windows 11 virtual machine.
Configure DCR: Create a Data Collection Rule in the Azure Portal, select the Windows 11 VM as the resource, and define the Windows Event Log channels (e.g., Security, Application) to collect.
Set Destination: Set the Log Analytics workspace as the destination for the data collected by the DCR.
Box 2: Azure Monitor Agent
Syslog data logs from VM2 must be archived to a storage account.
To archive Syslog data from an Ubuntu virtual machine to an Azure Storage account, you should use Azure Monitor Agent (AMA) in conjunction with a Log Analytics workspace and its Data Export feature.
While the Azure Monitor Agent (AMA) collects the Syslog data from the Ubuntu VM and delivers it to a Log Analytics workspace, the workspace itself acts as the bridge for long-term archiving to storage.
Key Components to Use
*-> Azure Monitor Agent (AMA): Installed on the Ubuntu VM to collect and forward Syslog events.
Data Collection Rule (DCR): Used to define which Syslog facilities and levels to collect and specify the Log Analytics workspace as the destination.
Log Analytics Workspace: Serves as the primary repository where Syslog data is initially ingested.
Log Analytics Workspace Data Export: This feature continuously exports data from specific tables (like the Syslog table) to your designated Azure Storage account.
Reference:
https://learn.microsoft.com/en-us/azure/azure-monitor/vm/data-collection
https://docs.azure.cn/en-us/azure-monitor/vm/data-collection-syslog
質問 # 271
Hotspot Question
You have an Azure subscription. The subscription contains virtual machines that run Windows Server.
You are designing a disaster recovery solution that will immediately deploy a new virtual machine when an existing virtual machine fails. The solution must meet the following requirements:
- New virtual machines must be deployed with all the required
configurations in place.
- Virtual machine deployments must use an infrastructure as code (IaC)
methodology.
- New virtual machines must be created by using standard Microsoft disk images.
- New virtual machines must be authorized by virtual machine
administrators.
- Virtual machine deployments must be managed by using CI/CD pipelines.
You need to recommend which service to use to manage the virtual machine deployment process and which artifact to use to create each virtual machine.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Explanation:
Box 1: Azure VM Image Builder
Azure VM Image Builder can be used to create custom VM images from standard Microsoft disk images.
This allows you to customize the image with specific software, configurations, and scripts.
The built images can then be used to deploy VMs with your desired configuration.
Box 2: Azure Resource Manager (ARM) template
Azure Resource Manager (ARM) Templates/Bicep
ARM templates are JSON-based templates that define the infrastructure required for deployment.
Bicep is a domain-specific language that simplifies the creation and management of ARM templates.
These templates allow you to define the VM configuration, including the disk image, size, and other settings.
They can be integrated into CI/CD pipelines for automated deployment.
Reference:
https://learn.microsoft.com/en-us/devops/deliver/what-is-infrastructure-as-code
https://luke.geek.nz/azure/Azure-Image-Builder-Build-Pipeline-with-Azure-DevOps/
質問 # 272
......
AZ-305参考書内容: https://www.xhs1991.com/AZ-305.html
P.S.Xhs1991がGoogle Driveで共有している無料の2026 Microsoft AZ-305ダンプ:https://drive.google.com/open?id=1--dD8TPANWK44npI9cK4o7-qm0TL8I8o