Skip to content

Commit 006b948

Browse files
authored
Merge pull request #11881 from ljbenjamin/patch-3
Update logic-apps-architectures-enterprise-integration-with-queues-ev…
2 parents 5c2b275 + 0d06eac commit 006b948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/logic-apps-architectures-enterprise-integration-with-queues-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The architecture has the following components:
3838
- **Connectors**. Logic Apps uses [connectors](https://docs.microsoft.com/azure/connectors/apis-list) to connect to commonly used services. Logic Apps already has hundreds of different connectors, but you can also create a custom connector.
3939
- **Azure Service Bus**. [Service Bus](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview) provides secure and reliable messaging. Messaging can be used to decouple applications and integrate with other message-based systems.
4040
- **Azure Event Grid**. [Event Grid](https://docs.microsoft.com/azure/event-grid/overview) is a serverless platform that's used to publish and deliver application events.
41-
- **IP address**. The Azure API Management service has a fixed public [IP address](https://docs.microsoft.com/azure/virtual-network/virtual-network-ip-addresses-overview-arm) and a domain name. The domain name is a subdomain of azure-api.net, such as contoso.azure-api.net. Logic Apps and Service Bus also have a public IP address. However, in this architecture, we restrict access for calling Logic Apps endpoints to only the IP address of API Management (for security). Calls to Service Bus are secured by a shared access signature (SAS).
41+
- **IP address**. The Azure API Management service has a fixed public [IP address](https://docs.microsoft.com/azure/virtual-network/virtual-network-ip-addresses-overview-arm) and a domain name. The default domain name is a subdomain of azure-api.net, such as contoso.azure-api.net, but [custom domains](https://docs.microsoft.com/azure/api-management/configure-custom-domain) can also be configured. Logic Apps and Service Bus also have a public IP address. However, in this architecture, we restrict access for calling Logic Apps endpoints to only the IP address of API Management (for security). Calls to Service Bus are secured by a shared access signature (SAS).
4242
- **Azure DNS**. [Azure DNS](https://docs.microsoft.com/azure/dns/) is a hosting service for DNS domains. Azure DNS provides name resolution by using the Microsoft Azure infrastructure. By hosting your domains in Azure, you can manage your DNS records by using the same credentials, APIs, tools, and billing that you use for your other Azure services. To use a custom domain name (like contoso.com), create DNS records that map the custom domain name to the IP address. For more information, see [Configure a custom domain name in API Management](https://docs.microsoft.com/en-us/azure/api-management/configure-custom-domain).
4343
- **Azure Active Directory (Azure AD)**. Use [Azure AD](https://docs.microsoft.com/azure/active-directory/) or another identity provider for authentication. Azure AD provides authentication for accessing API endpoints by passing a [JSON Web Token for API Management](https://docs.microsoft.com/azure/api-management/policies/authorize-request-based-on-jwt-claims) to validate. Azure AD can secure access to the API Management Developer portal (Standard and Premium tiers only).
4444

@@ -125,4 +125,4 @@ Event Grid secures event delivery through a validation code. If you use Logic Ap
125125

126126
## Next steps
127127

128-
- Learn about [simple enterprise integration](logic-apps-architectures-simple-enterprise-integration.md).
128+
- Learn about [simple enterprise integration](logic-apps-architectures-simple-enterprise-integration.md).

0 commit comments

Comments
 (0)