Skip to content

Commit 4e2d00f

Browse files
authored
changed files by pdets auto publish service, publishid[0f9d88ae-0ee8-4c38-aca5-1d017ae81026] and do [publish].
1 parent e5f8704 commit 4e2d00f

9 files changed

+16
-18
lines changed

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/1-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction"
9-
ms.date: 01/23/2025
9+
ms.date: 01/30/2025
1010
author: wwlpublish
11-
ms.author: jileary
11+
ms.author: cynthist
1212
ms.topic: unit
1313
ms.custom:
1414
- N/A

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/2-explain-virtual-network-service-endpoints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Explain virtual network service endpoints
88
description: "Explain virtual network service endpoints"
9-
ms.date: 01/23/2025
9+
ms.date: 01/30/2025
1010
author: wwlpublish
11-
ms.author: jileary
11+
ms.author: cynthist
1212
ms.topic: unit
1313
ms.custom:
1414
- N/A

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/3-define-private-link-service-private-endpoint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Define Private Link Service and private endpoint
88
description: "Define Private Link Service and private endpoint"
9-
ms.date: 01/23/2025
9+
ms.date: 01/30/2025
1010
author: wwlpublish
11-
ms.author: jileary
11+
ms.author: cynthist
1212
ms.topic: unit
1313
ms.custom:
1414
- N/A

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/4-integrate-private-link-dns.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Integrate private endpoint with Domain Name Service
88
description: "Integrate private endpoint with Domain Name Service"
9-
ms.date: 01/23/2025
9+
ms.date: 01/30/2025
1010
author: wwlpublish
11-
ms.author: jileary
11+
ms.author: cynthist
1212
ms.topic: unit
1313
ms.custom:
1414
- N/A

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/5-exercise-restrict-network-paas-resources-virtual-network-service-endpoints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ metadata:
66
prefetch-feature-rollout: true
77
title: 'Exercise: Restrict network access to PaaS resources with virtual network service endpoints using the Azure portal'
88
description: "Exercise: Restrict network access to PaaS resources with virtual network service endpoints using the Azure portal"
9-
ms.date: 01/23/2025
9+
ms.date: 01/30/2025
1010
author: wwlpublish
11-
ms.author: jileary
11+
ms.author: cynthist
1212
ms.topic: unit
1313
ms.custom:
1414
- N/A

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/6-exercise-create-azure-private-endpoint-using-azure-powershell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ metadata:
66
prefetch-feature-rollout: true
77
title: 'Exercise: Create an Azure private endpoint using Azure PowerShell'
88
description: "Exercise: Create an Azure private endpoint using Azure PowerShell"
9-
ms.date: 01/23/2025
9+
ms.date: 01/30/2025
1010
author: wwlpublish
11-
ms.author: jileary
11+
ms.author: cynthist
1212
ms.topic: unit
1313
ms.custom:
1414
- N/A

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/7-summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: "Summary"
9-
ms.date: 01/23/2025
9+
ms.date: 01/30/2025
1010
author: wwlpublish
11-
ms.author: jileary
11+
ms.author: cynthist
1212
ms.topic: unit
1313
ms.custom:
1414
- N/A

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/includes/2-explain-virtual-network-service-endpoints.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ A service tag represents a group of IP address prefixes from a given Azure servi
6565

6666
You can use service tags to define network access controls on network security groups or Azure Firewall. Use service tags in place of specific IP addresses when you create security rules. By specifying the service tag name, such as API Management, in the appropriate source or destination field of a rule, you can allow or deny the traffic for the corresponding service.
6767

68-
As of March 2021, you can also use Service Tags in place of explicit IP ranges in user defined routes. This feature is currently in Public Preview.
69-
7068
You can use service tags to achieve network isolation and protect your Azure resources from the general Internet while accessing Azure services that have public endpoints. Create inbound/outbound network security group rules to deny traffic to/from Internet and allow traffic to/from AzureCloud or other available service tags of specific Azure services.
7169

7270
:::image type="content" source="../media/service-tags-efcdf95b.png" alt-text="Diagram of a network security group with service tags." lightbox="../media/service-tags-efcdf95b.png":::

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Design and implement private access to Azure Services
77
description: "You learn to design and implement private access to Azure Services with Azure Private Link, and virtual network service endpoints."
8-
ms.date: 01/23/2025
8+
ms.date: 01/30/2025
99
author: wwlpublish
10-
ms.author: jileary
10+
ms.author: cynthist
1111
ms.topic: module
1212
ms.collection: N/A
1313
ms.custom:

0 commit comments

Comments
 (0)