You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/template-functions-resource.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Template functions - resources
3
3
description: Describes the functions to use in an Azure Resource Manager template to retrieve values about resources.
4
4
ms.topic: conceptual
5
-
ms.date: 04/28/2020
5
+
ms.date: 05/20/2020
6
6
---
7
7
# Resource functions for ARM templates
8
8
@@ -102,7 +102,7 @@ The following example returns the resource ID for a resource group lock.
102
102
103
103
`list{Value}(resourceName or resourceIdentifier, apiVersion, functionValues)`
104
104
105
-
The syntax for this function varies by name of the list operations. Each implementation returns values for the resource type that supports a list operation. The operation name must start with `list`. Some common usages are `listKeys` and `listSecrets`.
105
+
The syntax for this function varies by name of the list operations. Each implementation returns values for the resource type that supports a list operation. The operation name must start with `list`. Some common usages are `listKeys`, `listKeyValue` and `listSecrets`.
106
106
107
107
### Parameters
108
108
@@ -123,6 +123,7 @@ The possible uses of list* are shown in the following table.
Auth0, the identity platform for application builders, provides developers and enterprises with the building blocks they need to secure their applications.
16
17
17
18
The Auth0 Partner Topic allows you to use events that are emitted by Auth0’s system to accomplish a number of tasks. Engage with users in meaningful ways after the authentication or automate security and infrastructure tasks.
1. Create one or more `partnerNamespaces` in each region you want to publish events. As part of this, Event Grid service will provision a publishing endpoint (for example, https://contoso.westus-1.eventgrid.azure.net/api/events) and access keys.
@@ -60,21 +67,14 @@ Below is the resource model for Partner Topics.
60
67
Only Microsoft approved partnerRegistrations are discoverable by customers.
61
68
* Scope: Created in partner's Azure Subscription. Metadata visible to customers once public.
62
69
63
-
### Event Types
64
-
* Resource: `partnerRegistrations/eventTypes`
65
-
* Used by: Partners
66
-
* Description: Captures metadata about event types supported by a partner registration.
67
-
* Scope: Discoverable by customers once made public. Lives in a partner’s subscription as a child resource of Partner Registration.
68
-
69
-
70
70
### Partner Namespaces
71
71
* Resource: partnerNamespaces
72
72
* Used by: Partners
73
73
* Description: Provides a regional resource for publishing customer events to. Each Partner Namespace has a publishing endpoint and auth keys. The namespace is also how the partner requests a Partner Topic for a given customer and lists active customers.
74
74
* Scope: Lives in partner’s subscription.
75
75
76
-
### Event Tunnels
77
-
* Resource: `partnerNamespaces/eventTunnels`
76
+
### Event Channel
77
+
* Resource: `partnerNamespaces/eventChannels`
78
78
* Used by: Partners
79
79
* Description: The Event Tunnels are a mirror of the customer's Partner Topic. By creating an Event Tunnel and specifying the customer's Azure Subscription and resource Group in the metadata, you're signaling to Event Grid to create a Partner Topic for the customer. Event Grid will issue an ARM call to create a corresponding partnerTopic in the customer’s subscription. The partner topic will be created in a "pending" state. There’s a 1-1 link between each eventTunnel and a partnerTopic.
description: Learn how Azure routes virtual network traffic, and how you can customize Azure's routing.
5
5
services: virtual-network
6
6
documentationcenter: na
7
-
author: malopMSFT
7
+
author: KumudD
8
8
manager:
9
-
editor: v-miegge
10
-
tags:
11
-
12
9
ms.service: virtual-network
13
10
ms.devlang: NA
14
11
ms.topic: article
15
12
ms.tgt_pltfrm: na
16
13
ms.workload: infrastructure-services
17
14
ms.date: 10/26/2017
18
-
ms.author: malop
19
-
ms.reviewer: kumud
15
+
ms.author: aldomel
16
+
20
17
---
21
18
22
19
# Virtual network traffic routing
@@ -166,7 +163,7 @@ When you override the 0.0.0.0/0 address prefix, in addition to outbound traffic
166
163
167
164
If your virtual network is connected to an Azure VPN gateway, do not associate a route table to the [gateway subnet](../vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md?toc=%2fazure%2fvirtual-network%2ftoc.json#gwsub) that includes a route with a destination of 0.0.0.0/0. Doing so can prevent the gateway from functioning properly. For details, see the *Why are certain ports opened on my VPN gateway?* question in the [VPN Gateway FAQ](../vpn-gateway/vpn-gateway-vpn-faq.md?toc=%2fazure%2fvirtual-network%2ftoc.json#gatewayports).
168
165
169
-
See [DMZ between Azure and your on-premises datacenter](/azure/architecture/reference-architectures/dmz/secure-vnet-hybrid?toc=%2fazure%2fvirtual-network%2ftoc.json)and [DMZ between Azure and the Internet](/azure/architecture/reference-architectures/dmz/secure-vnet-dmz?toc=%2fazure%2fvirtual-network%2ftoc.json)for implementation details when using virtual network gateways and virtual appliances between the Internet and Azure.
166
+
See [DMZ between Azure and your on-premises datacenter](/azure/architecture/reference-architectures/dmz/secure-vnet-hybrid?toc=%2fazure%2fvirtual-network%2ftoc.json) for implementation details when using virtual network gateways between the Internet and Azure.
0 commit comments