Skip to content

Commit ce8beb3

Browse files
authored
Merge branch 'MicrosoftDocs:main' into patch-31
2 parents 9d7c531 + 54bc588 commit ce8beb3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

articles/cost-management-billing/costs/understand-cost-mgt-data.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Cost Management
44
description: This article helps you better understand data included in Cost Management. It also explains how frequently data is processed, collected, shown, and closed.
55
author: bandersmsft
66
ms.author: banders
7-
ms.date: 01/08/2025
7+
ms.date: 02/10/2025
88
ms.topic: conceptual
99
ms.service: cost-management-billing
1010
ms.subservice: cost-management
@@ -130,7 +130,9 @@ Here are a few tips for working with tags:
130130

131131
## Cost and usage data updates and retention
132132

133-
Cost and usage data is typically available in Cost Management within 8-24 hours. Keep the following points in mind as you review costs:
133+
For EA and MCA subscriptions, cost and usage data is typically available in Cost Management within 8-24 hours. For pay-as-you-go subscriptions, it could take up to 72 hours for cost and usage data to become available.
134+
135+
Keep the following points in mind as you review costs:
134136

135137
- Each Azure service (such as Storage, Compute, and SQL) emits usage at different intervals – You might see data for some services sooner than others.
136138
- Estimated charges for the current billing period are updated six times per day.
1.24 KB
Loading

articles/dns/private-dns-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: dns
55
author: greg-lindsay
66
ms.service: azure-dns
77
ms.topic: concept-article
8-
ms.date: 04/25/2023
8+
ms.date: 02/10/2025
99
ms.author: greglin
1010
---
1111

@@ -42,7 +42,7 @@ In this scenario, you need a different naming resolution that depends on where t
4242

4343
The following diagram demonstrates this scenario. You have a virtual network A that has two VMs (VNETA-VM1 and VNETA-VM2). Both have a private IP and public IP configured. A public DNS zone called `contoso.com` was created and registers the public IPs for these VMs as DNS records within the zone. A private DNS zone is also created called `contoso.com`. You defined virtual network A as a registration virtual network. Azure then automatically registers the VMs as A records into the Private Zone, pointing to their private IPs.
4444

45-
Now when an internet client does a DNS query for `VNETA-VM1.contoso.com`, Azure will return the public IP record from the public zone. If the same DNS query is issued from another VM (for example: VNETA-VM2) in the same virtual network A, Azure will return the Private IP record from the private zone.
45+
Now when an internet client does a DNS query for `VNETA-VM1.contoso.com`, Azure will return the public IP record from the public zone (203.0.113.1). If the same DNS query is issued from another VM (for example: VNETA-VM2) in the same virtual network A, Azure will return the Private IP record from the private zone.
4646

4747
![Split Brian resolution](./media/private-dns-scenarios/split-brain-resolution.png)
4848

0 commit comments

Comments
 (0)