Skip to content

Commit f6005e0

Browse files
committed
LP3: Update source content; remove orphaned arm-request-flow image
1 parent a412659 commit f6005e0

16 files changed

Lines changed: 25 additions & 25 deletions

learn-pr/wwl-azure/describe-cost-management-azure/includes/2-describe-factors-affect-costs-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you want flexibility in which compute resources you use, Azure savings plan f
3535

3636
If you have workloads that can handle interruptions, such as a batch data processing job, Azure Spot Virtual Machines can help reduce cost further. Spot pricing uses unused Azure capacity at lower prices, but those workloads can be evicted when Azure needs the capacity back.
3737

38-
:::image type="content" source="../media/consumption-pricing-options.png" alt-text="Comparison chart of four Azure pricing options: Pay-As-You-Go, Reservations, Savings Plan, and Spot Pricing, showing commitment, best use case, and savings for each.":::
38+
:::image type="content" source="../media/consumption-pricing-options.png" alt-text="Comparison chart of four Azure pricing options: pay-as-you-go, reservations, savings plan, and spot pricing.":::
3939

4040
## Maintenance
4141

@@ -47,7 +47,7 @@ When you provision most resources in Azure, you need to define a region where th
4747

4848
Network traffic is also impacted based on geography. For example, it’s less expensive to move information within Europe than to move information from Europe to Asia or South America.
4949

50-
### Network Traffic
50+
### Network traffic
5151

5252
Billing zones are a factor in determining the cost of some Azure services. Billing zones are different from availability zones; a billing zone is a geographical grouping of Azure regions used specifically for data-transfer pricing.
5353

learn-pr/wwl-azure/describe-cost-management-azure/includes/6-describe-azure-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Microsoft Azure is a global cloud provider, meaning you can provision resources
44

55
Cost Management provides the ability to quickly check Azure resource costs, create alerts based on resource spend, and create budgets that can be used to automate management of resources.
66

7-
:::image type="content" source="../media/cost-management-overview.png" alt-text="Diagram showing the three pillars of Azure Cost Management: Cost Analysis for viewing costs by region, resource, or service; Cost Alerts for budget, credit, and department spending quota notifications; and Budgets for setting spending limits and automating actions at thresholds.":::
7+
:::image type="content" source="../media/cost-management-overview.png" alt-text="Diagram showing the three pillars of Cost Management: cost analysis, cost alerts, and budgets.":::
88

99
Cost analysis is a feature within Cost Management that provides a quick visual for your Azure costs. Using cost analysis, you can quickly view the total cost in a variety of different ways, including by billing cycle, region, resource, and so on.
1010

learn-pr/wwl-azure/describe-cost-management-azure/includes/7-describe-purpose-of-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ As your cloud usage grows, it's increasingly important to stay organized. A good
22

33
One way to organize related resources is to place them in their own subscriptions. You can also use resource groups to manage related resources. Resource tags are another way to organize resources. Tags provide extra information, or metadata, about your resources. This metadata is useful for:
44

5-
:::image type="content" source="../media/resource-tag-use-cases.png" alt-text="Diagram showing six resource tag use cases: resource management, cost management, operations management, security, governance, and workload automation.":::
5+
:::image type="content" source="../media/resource-tag-use-cases.png" alt-text="Diagram showing six resource tag use cases: resource management, cost management, operations, security, governance, and automation.":::
66

77
- **Resource management** Tags enable you to locate and act on resources that are associated with specific workloads, environments, teams, and owners.
88
- **Cost management and optimization** Tags enable you to group resources so that you can report on costs, allocate internal cost centers, track budgets, and forecast estimated cost.
-409 Bytes
Loading

learn-pr/wwl-azure/describe-features-tools-azure-for-governance-compliance/includes/2-describe-purpose-microsoft-purview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ With Microsoft Purview, you can stay up-to-date on your data landscape thanks to
88

99
Two main solution areas comprise Microsoft Purview: **risk and compliance** and **unified data governance**.
1010

11-
:::image type="content" source="../media/purview-funnel-streams.png" alt-text="Diagram showing Microsoft Purview ingesting raw data from on-premises, multicloud, and SaaS sources through data discovery, classification, and lineage, then outputting governed data to risk and compliance and unified data governance solutions.":::
11+
:::image type="content" source="../media/purview-funnel-streams.png" alt-text="Diagram showing Microsoft Purview processing data from multiple sources into risk and compliance and unified data governance solutions.":::
1212

1313

1414
## Microsoft Purview risk and compliance solutions

learn-pr/wwl-azure/describe-features-tools-azure-for-governance-compliance/includes/3-describe-purpose-azure-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ How do you ensure that your resources stay compliant? Can you be alerted if a re
22

33
Azure Policy is a service in Azure that enables you to create, assign, and manage policies that control or audit your resources. These policies enforce different rules across your resource configurations so that those configurations stay compliant with your standards.
44

5-
:::image type="content" source="../media/azure-policy-initiative-hierarchy.png" alt-text="Diagram showing Azure Policy flow: policies grouped into an initiative, assigned to a scope, inherited down the management hierarchy, and evaluated against each resource for compliance.":::
5+
:::image type="content" source="../media/azure-policy-initiative-hierarchy.png" alt-text="Diagram showing Azure Policy flow from policy grouping through initiative assignment, scope inheritance, and resource evaluation.":::
66

77
## How does Azure Policy define policies?
88

learn-pr/wwl-azure/describe-features-tools-azure-for-governance-compliance/includes/4-describe-purpose-resource-locks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ A resource lock prevents resources from being accidentally deleted or changed.
22

33
Even with Azure role-based access control (Azure RBAC) policies in place, there's still a risk that people with the right level of access could delete critical cloud resources. Resource locks prevent resources from being deleted or updated, depending on the type of lock. Resource locks can be applied to individual resources, resource groups, or even an entire subscription. Resource locks are inherited, meaning that if you place a resource lock on a resource group, all of the resources within the resource group will also have the resource lock applied.
44

5-
:::image type="content" source="../media/resource-lock-types-inheritance.png" alt-text="Diagram showing the two resource lock types (Delete and ReadOnly) with their allowed and blocked actions, and how locks inherit from a resource group to child resources.":::
5+
:::image type="content" source="../media/resource-lock-types-inheritance.png" alt-text="Diagram showing the two resource lock types, Delete and ReadOnly, with their actions and inheritance behavior.":::
66

7-
## Types of Resource Locks
7+
## Types of resource locks
88

99
There are two types of resource locks, one that prevents users from deleting and one that prevents users from changing or deleting a resource.
1010

28 Bytes
Loading

learn-pr/wwl-azure/describe-features-tools-manage-deploy-azure-resources/includes/2-describe-interacting-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To get the most out of Azure, you need a way to interact with the Azure environm
66

77
Many teams also use Copilot in Azure to accelerate common operations tasks such as exploring services, understanding configuration options, and drafting commands or scripts.
88

9-
:::image type="content" source="../media/azure-management-tools.png" alt-text="Diagram showing the five Azure management tools: Azure Portal (graphical), Cloud Shell (environment), Azure PowerShell and Azure CLI (command line), and Copilot in Azure (AI-assisted).":::
9+
:::image type="content" source="../media/azure-management-tools.png" alt-text="Diagram showing the five Azure management tools: Azure portal, Cloud Shell, Azure PowerShell, Azure CLI, and Copilot in Azure.":::
1010

1111
## AI-assisted operations with Copilot in Azure
1212

learn-pr/wwl-azure/describe-features-tools-manage-deploy-azure-resources/includes/3-describe-purpose-of-azure-arc.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Managing hybrid and multi-cloud environments can rapidly get complicated. Azure provides a host of tools to provision, configure, and monitor Azure resources. What about the on-premises resources in a hybrid configuration or the cloud resources in a multi-cloud configuration?
1+
Managing hybrid and multicloud environments can rapidly get complicated. Azure provides a host of tools to provision, configure, and monitor Azure resources. What about the on-premises resources in a hybrid configuration or the cloud resources in a multicloud configuration?
22

3-
Azure Arc works with Azure Resource Manager (ARM) to extend your Azure compliance and monitoring to hybrid and multi-cloud configurations. Azure Arc simplifies governance and management by delivering a consistent multi-cloud and on-premises management platform.
3+
Azure Arc works with Azure Resource Manager to extend your Azure compliance and monitoring to hybrid and multicloud configurations. Azure Arc simplifies governance and management by delivering a consistent multicloud and on-premises management platform.
44

5-
:::image type="content" source="../media/azure-arc-unified-management.png" alt-text="Diagram showing Azure Arc extending unified management via ARM across Azure, on-premises, and other cloud environments with supported resource types.":::
5+
:::image type="content" source="../media/azure-arc-unified-management.png" alt-text="Diagram showing Azure Arc extending unified management across Azure, on-premises, and multicloud environments.":::
66

77
Azure Arc provides a centralized, unified way to:
88

9-
- Manage your entire environment together by projecting your existing non-Azure resources into ARM.
10-
- Manage multi-cloud and hybrid virtual machines, Kubernetes clusters, and databases as if they are running in Azure.
9+
- Manage your entire environment together by projecting your existing non-Azure resources into Azure Resource Manager.
10+
- Manage multicloud and hybrid virtual machines, Kubernetes clusters, and databases as if they are running in Azure.
1111
- Use familiar Azure services and management capabilities, regardless of where they live.
1212
- Continue using traditional ITOps while introducing DevOps practices to support new cloud and native patterns in your environment.
1313
- Configure custom locations as an abstraction layer on top of Azure Arc-enabled Kubernetes clusters and cluster extensions.

0 commit comments

Comments
 (0)