Skip to content

Commit af769f9

Browse files
committed
Update README.md
1 parent fd3aa05 commit af769f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

01_Azure_Overview/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To facilitate developers' adoption of Azure, Microsoft offers a [free subscripti
1616

1717
The [Azure Fundamentals Microsoft Learn Module](https://learn.microsoft.com/learn/modules/intro-to-azure-fundamentals/) demonstrates the different classifications of Azure Services. Moreover, Azure supports a variety of common tools, such as Visual Studio, PowerShell, and the Azure CLI, to manage Azure environments.
1818

19-
![IaaS and PaaS Azure service classification and categories](./media/azure-services.png "Categories of Azure services")
19+
![IaaS and PaaS Azure service classification and categories](media/azure-services.png "Categories of Azure services")
2020

2121
### The Azure resource management hierarchy
2222

@@ -29,15 +29,15 @@ Azure provides a flexible resource hierarchy to simplify cost management and sec
2929
- **Resources**: An Azure resource is an instance of a service. An Azure resource belongs to one resource group located in one subscription.
3030
- Most Azure resources are provisioned in a particular region.
3131

32-
![This image shows Azure resource scopes.](./media/scope-levels.png "Azure resource scopes")
32+
![This image shows Azure resource scopes.](media/scope-levels.png "Azure resource scopes")
3333

3434
### Create landing zone
3535

3636
An [Azure landing zone](https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/) is the target environment defined as the final resting place of a cloud migration project. In most projects, the landing zone should be scripted via ARM templates for its initial setup. Finally, it should be customized with PowerShell or the Azure Portal to fit the workload's needs. First-time Azure users will find creating and deploying to DEV and TEST environments easy.
3737

3838
To help organizations quickly move to Azure, Microsoft provides the Azure landing zone accelerator, which generates a landing zone ARM template according to an organization's core needs, governance requirements, and automation setup. The landing zone accelerator is available in the Azure portal.
3939

40-
![This image demonstrates the Azure landing zone accelerator in the Azure portal, and how organizations can optimize Azure for their needs and innovate.](./media/landing-zone-accelerator.png "Azure landing zone accelerator screenshot")
40+
![This image demonstrates the Azure landing zone accelerator in the Azure portal, and how organizations can optimize Azure for their needs and innovate.](media/landing-zone-accelerator.png "Azure landing zone accelerator screenshot")
4141

4242
### Automating and managing Azure services
4343

0 commit comments

Comments
 (0)