Was :
$90
Today :
$50
Was :
$108
Today :
$60
Was :
$126
Today :
$70
Why Should You Prepare For Your Microsoft Azure Fundamentals With MyCertsHub?
At MyCertsHub, we go beyond standard study material. Our platform provides authentic Microsoft AZ-900 Exam Dumps, detailed exam guides, and reliable practice exams that mirror the actual Microsoft Azure Fundamentals test. Whether you’re targeting Microsoft certifications or expanding your professional portfolio, MyCertsHub gives you the tools to succeed on your first attempt.
Verified AZ-900 Exam Dumps
Every set of exam dumps is carefully reviewed by certified experts to ensure accuracy. For the AZ-900 Microsoft Azure Fundamentals , you’ll receive updated practice questions designed to reflect real-world exam conditions. This approach saves time, builds confidence, and focuses your preparation on the most important exam areas.
Realistic Test Prep For The AZ-900
You can instantly access downloadable PDFs of AZ-900 practice exams with MyCertsHub. These include authentic practice questions paired with explanations, making our exam guide a complete preparation tool. By testing yourself before exam day, you’ll walk into the Microsoft Exam with confidence.
Smart Learning With Exam Guides
Our structured AZ-900 exam guide focuses on the Microsoft Azure Fundamentals's core topics and question patterns. You will be able to concentrate on what really matters for passing the test rather than wasting time on irrelevant content. Pass the AZ-900 Exam – Guaranteed
We Offer A 100% Money-Back Guarantee On Our Products.
After using MyCertsHub's exam dumps to prepare for the Microsoft Azure Fundamentals exam, we will issue a full refund. That’s how confident we are in the effectiveness of our study resources.
Try Before You Buy – Free Demo
Still undecided? See for yourself how MyCertsHub has helped thousands of candidates achieve success by downloading a free demo of the AZ-900 exam dumps.
MyCertsHub – Your Trusted Partner For Microsoft Exams
Whether you’re preparing for Microsoft Azure Fundamentals or any other professional credential, MyCertsHub provides everything you need: exam dumps, practice exams, practice questions, and exam guides. Passing your AZ-900 exam has never been easier thanks to our tried-and-true resources.
Microsoft AZ-900 Sample Question Answers
Question # 1
You have an Azure web app.You need to manage the settings of the web app from an iPhone.What are two Azure management tools that you can use? Each correct answer presents acomplete solution.NOTE: Each correct selection is worth one point
A. Azure CLI B. the Azure portal C. Azure Cloud Shell D. Windows PowerShell E. Azure Storage Explorer
Answer: B,C
Question # 2
Your company plans to request an architectural review of an Azure environment fromMicrosoft.The company currently has a Basic support plan.You need to recommend a new support plan for the company. The solution must minimizecosts.Which support plan should you recommend?
A. Premier B. Developer C. Professional Direct D. Standard
Answer: A
Explanation:
The Premier support plan provides customer specific architectural support such as design
reviews, performance tuning, configuration and implementation assistance delivered by
You need to ensure that when Azure Active Directory (Azure AD) users connect to AzureAD from the Internet by using an anonymous IP address, the users are promptedautomatically to change their password.Which Azure service should you use?
A. Azure AD Connect Health B. Azure AD Privileged Identity Management C. Azure Advanced Threat Protection (ATP) D. Azure AD Identity Protection
Answer: D
Explanation: Azure AD Identity Protection includes two risk policies: sign-in risk policy and
user risk policy. A sign-in risk represents the probability that a given authentication request
isn’t authorized by the identity owner.
There are several types of risk detection. One of them is Anonymous IP Address. This risk
detection type indicates sign-ins from an anonymous IP address (for example, Tor browser
or anonymous VPN). These IP addresses are typically used by actors who want to hide
their login telemetry (IP address, location, device, etc.) for potentially malicious intent.
You can configure the sign-in risk policy to require that users change their password.
You have an Azure environment that contains multiple Azure virtual machines.You plan to implement a solution that enables the client computers on your on-premisesnetwork to communicate to the Azure virtual machines.You need to recommend which Azure resources must be created for the planned solution.Which two Azure resources should you include in the recommendation? Each correctanswer presents part of the solution.NOTE: Each correct selection is worth one point.
A. a virtual network gateway B. a load balancer C. an application gateway D. a virtual network E. a gateway subnet
Answer: A,E
Explanation:
To implement a solution that enables the client computers on your on-premises network to
communicate to the Azure virtual machines, you need to configure a VPN (Virtual Private
Network) to connect the on-premises network to the Azure virtual network.
The Azure VPN device is known as a Virtual Network Gateway. The virtual network
gateway needs to be located in a dedicated subnet in the Azure virtual network. This
dedicated subnet is known as a gateway subnet and must be named ‘GatewaySubnet’.
Note: a virtual network (answer D) is also required. However, as we already have virtual
machines deployed in a Azure, we can assume that the virtual network is already in place.
This question requires that you evaluate the underlined text to determine if it is correct.Authorization is the process of verifying a user's credentials.Instructions: Review the underlined text If it makes the statement correct, select "Nochange is needed." If the statement is incorrect, select the answer choice that makes thestatement correct.
A. No change is needed. B. Authentication C. Federation D. Ticketing
Answer: B
Explanation:
Authentication, not authorization is the process of verifying a user’s credentials.
The difference between authentication and authorization is:
Authentication is proving your identity, proving that you are who you say you are.
The most common example of this is logging in to a system by providing
credentials such as a username and password.
Authorization is what you’re allowed to do once you’ve been authenticated. For
example, what resources you’re allowed to access and what you can do with those
resources.
Question # 6
What should you use to evaluate whether your company's Azure environment meetsregulatory requirements?
A. Compliance Manager from the Security Trust Portal B. the Advisor blade from the Azure policy C. the Knowledge Center website D. the Security Center blade from the Azure portal
Answer: D
Explanation:
The Security Center blade from the Azure portal includes the ‘regulatory compliance
dashboard’.
The regulatory compliance dashboard provides insight into your compliance posture for a
set of supported standards and regulations, based on continuous assessments of your
Azure environment.
In the Azure Security Center regulatory compliance blade, you can get an overview of key
portions of your compliance posture with respect to a set of supported standards. Currently
supported standards are Azure CIS, PCI DSS 3.2, ISO 27001, and SOC TSP.
In the dashboard, you will find your overall compliance score, and the number of passing
versus failing assessments with each standard. You can now focus your attention on the
gaps in compliance for a standard or regulation that is important to you.
You have an Azure environment that contains 10 virtual networks and 100 virtualmachines.You need to limit the amount of inbound traffic to all the Azure virtual networks.What should you create?
A. one network security group (ASG) B. 10 virtual network gateways C. 10 Azure ExpressRoute circuits D. one Azure firewall
Answer: D
Explanation:
Section: Understand Core Azure Services
Question # 8
Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect solution.After you answer a question in this section, you will NOT be able to return to it. As a result,these questions will not appear in the review screen.You have an Azure subscription named Subscription! You sign in to the Azure portal andcreate a resource group named RG1.From Azure documentation, you have the following command that creates a virtualmachine named VM1.az vm create --resource-group RG1 --name VM1 --image UbuntuLTS --generate-ssh-keysYou need to create VM1 in Subscription! by using the command.Solution: From the Azure portal, launch Azure Cloud Shell and select Bash. Run thecommand in Cloud Shell.Does this meet the goal?
A. Yes B. No
Answer: B
Question # 9
Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, white others might not have acorrect solution.After you answer a question in this section, you will NOT be able to return to it. As a result,these questions will not appear in the review screen.You have an Azure environment.You need to create a new Azure virtual machine from an Android laptop.Solution: You use the Azure portal.Does this meet the goal?
A. Yes B. No
Answer: A
Explanation:
The Azure portal is a web-based, unified console that provides an alternative to commandline tools. With the Azure portal, you can manage your Azure subscription using a graphical
user interface. You can build, manage, and monitor everything from simple web apps to
complex cloud deployments. Create custom dashboards for an organized view of
resources. Configure accessibility options for an optimal experience.
Being web-based, the Azure portal can be run on a browser from a tablet that runs the
Your company plans to migrate all on-premises data to Azure. You need to identify whetherAzure complies with the company’s regional requirements.What should you use?
A. the Knowledge Center B. Azure Marketplace C. the Azure portal D. the Trust Center
Answer: D
Question # 11
Your company plans to deploy an Artificial Intelligence (AI) solution in Azure.What should the company use to build, test, and deploy predictive analytics solutions?
A. Azure Logic Apps B. Azure Machine Learning designer C. Azure Batch D. Azure Cosmos DB
Answer: B
Explanation:
Section: Understand Core Azure Services
Question # 12
This question requires that you evaluate the underlined text to determine if it is correct.An Azure service is available to all Azure customers when it is in public previewInstructions: Review the underlined text If it makes the statement correct, select "Nochange is needed." If the statement is incorrect, select the answer choice that makes thestatement correct.
A. No change is needed. B. private preview C. development D. an Enterprise Agreement (EA) subscription
Public Preview means that the service is in public beta and can be tried out by anyone with
an Azure subscription. Services in public preview are often offered at a discount price.
Public previews are excluded from SLAs and in some cases, no support is offered.
Question # 13
Which two types of customers are eligible to use Azure Government to develop a cloudsolution? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.
A. a Canadian government contractor B. a European government contractor C. a United States government entity D. a United States government contractor E. a European government entity
This question requires that you evaluate the Bold text to determine if it is correct.Azure policies provide a common platform for deploying objects to a cloud infrastructureand for implementing consistency across the Azure environment.Instructions: Review the underlined text. If it makes the statement correct, select “Nochange is needed”. If the statement is incorrect, select the answer choice that makes thestatement correct.
A. No change is needed B. Resource groups provide C. Azure Resource Manager provides D. Management groups provide
You need to configure an Azure solution that meets the following requirements:Secures websites from attacksGenerates reports that contain details of attempted attacksWhat should you include in the solution?
A. Azure Firewall B. a network security group (NSG) C. Azure Information Protection D. DDoS protection
Answer: D
Explanation:
DDoS is a type of attack that tries to exhaust application resources. The goal is to affect the
application’s availability and its ability to handle legitimate requests. DDoS attacks can be
targeted at any endpoint that is publicly reachable through the internet.
Azure has two DDoS service offerings that provide protection from network attacks: DDoS
Protection Basic and DDoS Protection Standard.
DDoS Basic protection is integrated into the Azure platform by default and at no extra cost.
You have the option of paying for DDoS Standard. It has several advantages over the basic
service, including logging, alerting, and telemetry. DDoS Standard can generate reports
that contain details of attempted attacks as required in this question.
This question requires that you evaluate the underlined text to determine if it is correct.A support plan solution that gives you best practice information, health status andnotifications, and 24/7 access to billing information at the lowest possible cost is a Standardsupport plan.Instructions: Review the underlined text. If it makes the statement correct, select “Nochange is needed”. If the statement is incorrect, select the answer choice that makes thestatement correct.
A. No change is needed B. Developer C. Basic D. Premier
Answer: C
Explanation:
A basic support plan provides:
24x7 access to billing and subscription support, online self-help, documentation,
whitepapers, and support forums
Best practices: Access to full set of Azure Advisor recommendations
Health Status and Notifications: Access to personalized Service Health Dashboard
Your company plans to automate the deployment of servers to Azure.Your manager is concerned that you may expose administrative credentials during thedeployment.You need to recommend an Azure solution that encrypts the administrative credentialsduring the deployment.What should you include in the recommendation?
A. Azure Key Vault B. Azure Multi-Factor Authentication (MFA) C. Azure Security Center D. Azure Information Protection
Answer: A
Question # 18
This question requires that you evaluate the underlined text to determine if it is correct.You have several virtual machines in an Azure subscription. You create a new subscription.The virtual machines cannot be moved to the new subscription.Instructions: Review the underlined text. If it makes the statement correct, select “Nochange is needed”. If the statement is incorrect, select the answer choice that makes thestatement correct.
A. No change is needed B. The virtual machines can be moved to the new subscription C. The virtual machines can be moved to the new subscription only if they are all in thesame resource group D. The virtual machines can be moved to the new subscription only if they run WindowsServer 2016.
Answer: B
Explanation:
You can move a VM and its associated resources to a different subscription by using the
Azure portal.
Moving between subscriptions can be handy if you originally created a VM in a personal
subscription and now want to move it to your company's subscription to continue your
work. You do not need to start the VM in order to move it and it should continue to run
Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect solution.After you answer a question in this section, you will NOT be able to return to it. As a result,thesequestions will not appear in the review screen.Your company plans to migrate all its data and resources to Azure.The company’s migration plan states that only platform as a service (PaaS) solutions mustbe used in Azure.You need to deploy an Azure environment that supports the planned migration.Solution: You create an Azure App Service and Azure SQL databases.Does this meet the goal?
A. Yes B. No
Answer: A
Explanation: Microsoft Azure SQL Database is a relational database-as-a-service, which
falls into the industry category Platform as a Service (PaaS). ... SQL Server in Azure Virtual
Machine (VM) falls into the industry category Infrastructure as a Service (IaaS), and allows
you to run SQL Server inside a virtual machine in the cloud."
Question # 20
This question requires that you evaluate the underlined BOLD text to determine if it iscorrect.Your company implements Azure policies to automatically add a watermark to MicrosoftWord documents that contain credit card information.Instructions: Review the underlined text. If it makes the statement correct, select “Nochange is needed”. If the statement is incorrect, select the answer choice that makes thestatement correct.
A. No change is needed. B. DDoS protection C. Azure Information Protection D. Azure Active Directory (Azure AD) Identity Protection
Answer: C
Explanation:
Azure Information Protection is used to automatically add a watermark to Microsoft Word
documents that contain credit card information.
You use Azure Information Protection labels to apply classification to documents and
emails. When you do this, the classification is identifiable regardless of where the data is
stored or with whom it’s shared. The labels can include visual markings such as a header,
footer, or watermark.
Labels can be applied automatically by administrators who define rules and conditions,
manually by users, or a combination where users are given recommendations. In this
question, we would configure a label to be automatically applied to Microsoft Word
documents that contain credit card information. The label would then add the watermark to
A support engineer plans to perform several Azure management tasks by using the AzureCLI.You install the CLI on a computer.You need to tell the support engineer which tools to use to run the CLI.Which two tools should you instruct the support engineer to use? Each correct answerpresents a complete solution.NOTE: Each correct selection is worth one point.
A. Command Prompt B. Azure Resource Explorer C. Windows PowerShell D. Windows Defender Firewall E. Network and Sharing Center
Answer: A,C
Question # 22
You attempt to create several managed Microsoft SQL Server instances in an Azureenvironment and receive a message that you must increase your Azure subscription limits.What should you do to increase the limits?
A. Create a service health alert B. Upgrade your support plan C. Modify an Azure policy D. Create a new support request
This question requires that you evaluate the underlined text to determine if it is correct.You deploy an Azure resource. The resource becomes unavailable for an extended perioddue to a service outage. Microsoft will automatically refund your bank account.Instructions: Review the underlined text. If it makes the statement correct, select “Nochange is needed”. If the statement is incorrect, select the answer choice that makes thestatement correct.
A. No change is needed. B. automatically migrate the resource to another subscription C. automatically credit your account D. send you a coupon code that you can redeem for Azure credits
Answer: C
Question # 24
This question requires that you evaluate the underlined text to determine if it is correct.You have an Azure virtual network named VNET1 in a resource group named RG1.You assign an Azure policy specifying that virtual networks are not an allowed resourcetype in RG1. VNET1 is deleted automatically.Instructions: Review the underlined text. If it makes the statement correct, select “Nochange is needed”. If the statement is incorrect, select the answer choice that makes thestatement correct.
A. No change is needed. B. is moved automatically to another resource group C. continues to function normally D. is now a read-only object
Answer: C
Explanation:
The VNet will be marked as ‘Non-compliant’ when the policy is assigned. However, it will
not be deleted and will continue to function normally.
Azure Policy is a service in Azure that you use to create, assign, and manage policies.
These policies enforce different rules and effects over your resources, so those resources
stay compliant with your corporate standards and service level agreements.
If there are any existing resources that aren't compliant with a new policy assignment, they
Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect solution.After you answer a question in this section, you will NOT be able to return to it. As a result,these questions will not appear in the review screen.An Azure administrator plans to run a PowerShell script that creates Azure resources.You need to recommend which computer configuration to use to run the script.Solution: Run the script from a computer that runs Chrome OS and uses Azure CloudShell.Does this meet the goal?
A. Yes B. No
Answer: B
Explanation:
Section: Understand Core Azure Services
Feedback That Matters: Reviews of Our Microsoft AZ-900 Dumps
ElmerApr 28, 2026
Used the premium AZ-900 file. Scored 918 today. Pretty solid prep. Helped a lot!
LiamApr 27, 2026
I passed! The content is not 100% identical to the real exam, but close enough to help. Good stuff.
TomaszApr 27, 2026
Hey team, are the AZ-900 dumps still valid for June 2025? Thinking to purchase premium version today.
YusufApr 26, 2026
Used this dump + YouTube videos. Combo worked perfectly. Passed AZ-900. Score: 937.
PalodocApr 26, 2026
I failed once before. Bought the MyCertsHub premium and passed easily this time with 910. Thanks for the update!
RaviApr 25, 2026
Cracked AZ-900 today. The dumps are on point. Few tricky ones were new, but overall good. Scored 899.
ZaneApr 25, 2026
Premium content is worth every dollar. Helped me score 951. Highly recommend for serious candidates.
NicolásApr 24, 2026
Hola! I passed my AZ-900 using this dump. Are there dumps for SC-900 or PL-900 as well? Please add!
JasperApr 24, 2026
Thanks team! The material gave me exactly what I needed. Passed with 913.
DiegoApr 23, 2026
Passed today with 887. A few curveballs in the real test but overall it matched the dump well.
SimonApr 23, 2026
The premium PDF was a lifesaver. Practiced for 4 days and passed with 934. Vielen Dank!
KaranApr 22, 2026
Excellent dump! Helped me understand tricky concepts too. Scored 944 today. Super satisfied.
Ricardo StokesApr 22, 2026
The structure of the questions really helped me understand the exam topics. It’s not just dumps—it’s a solid learning tool.
Michael RichardsonApr 21, 2026
I liked how the premium version was organized by topic. Made it easy to revise quickly before the test. Very user-friendly.
VictorApr 21, 2026
Wasn't sure at first, but after going through the content, I felt much more confident about the concepts. Definitely worth trying.