|
| 1 | +### YamlMime:Hub |
| 2 | + |
| 3 | +title: Azure messaging services documentation |
| 4 | +summary: Learn how to use Azure Event Grid, Azure Event Hubs, Azure Service Bus, and Azure Relay to deliver event messages. |
| 5 | +brand: azure |
| 6 | + |
| 7 | +metadata: |
| 8 | + title: Azure messaging services documentation |
| 9 | + description: Learn how to use Azure Event Grid, Azure Event Hubs, Azure Service Bus, and Azure Relay to deliver event messages. |
| 10 | + services: multiple |
| 11 | + ms.service: multiple |
| 12 | + ms.topic: hub-page |
| 13 | + author: spelluru |
| 14 | + ms.author: spelluru |
| 15 | + ms.date: 03/15/2020 |
| 16 | + |
| 17 | +highlightedContent: |
| 18 | +# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new |
| 19 | + items: |
| 20 | + # Card |
| 21 | + - title: Choose between Azure messaging services |
| 22 | + itemType: overview |
| 23 | + url: ../event-grid/compare-messaging-services.md |
| 24 | + # Card |
| 25 | + - title: What is Event Grid? |
| 26 | + itemType: overview |
| 27 | + url: ../event-grid/overview.md |
| 28 | + # Card |
| 29 | + - title: What is Event Hubs? |
| 30 | + itemType: overview |
| 31 | + url: ../event-hubs/event-hubs-about.md |
| 32 | + # Card |
| 33 | + - title: What is Service Bus? |
| 34 | + itemType: overview |
| 35 | + url: ../service-bus-messaging/service-bus-messaging-overview.md |
| 36 | + # Card |
| 37 | + - title: What is Relay? |
| 38 | + itemType: overview |
| 39 | + url: ../service-bus-relay/relay-what-is-it.md |
| 40 | + |
| 41 | +conceptualContent: |
| 42 | +# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new |
| 43 | + items: |
| 44 | + # Card |
| 45 | + - title: Route events |
| 46 | + links: |
| 47 | + - url: ../event-grid/blob-event-quickstart-portal.md |
| 48 | + itemType: quickstart |
| 49 | + text: Route Blob storage events to web endpoint with the Azure portal |
| 50 | + - url: ../event-grid/custom-event-to-function.md |
| 51 | + itemType: quickstart |
| 52 | + text: Route custom events to an Azure Function with Event Grid |
| 53 | + - url: ../event-grid/custom-event-quickstart-portal.md |
| 54 | + itemType: quickstart |
| 55 | + text: Route custom events to web endpoint with the Azure portal and Event Grid |
| 56 | + # footerLink |
| 57 | + footerLink: |
| 58 | + url: ../event-grid/index.yml |
| 59 | + text: See more |
| 60 | + # Card |
| 61 | + - title: Create an event hub |
| 62 | + links: |
| 63 | + - url: ../event-hubs/event-hubs-create.md |
| 64 | + itemType: quickstart |
| 65 | + text: Create an event hub using Azure portal |
| 66 | + - url: ../event-hubs/event-hubs-quickstart-cli.md |
| 67 | + itemType: quickstart |
| 68 | + text: Create an event hub using Azure CLI |
| 69 | + # footerLink |
| 70 | + footerLink: |
| 71 | + url: ../event-hubs/index.yml |
| 72 | + text: See more |
| 73 | + # Card |
| 74 | + - title: Integrate with Apache Kafka |
| 75 | + links: |
| 76 | + - url: ../event-hubs/event-hubs-for-kafka-ecosystem-overview.md |
| 77 | + itemType: overview |
| 78 | + text: What is Event Hubs for Apache Kafka |
| 79 | + - url: ../event-hubs/event-hubs-quickstart-kafka-enabled-event-hubs.md |
| 80 | + itemType: quickstart |
| 81 | + text: Stream into Event Hubs for Apache Kafka |
| 82 | + # footerLink |
| 83 | + footerLink: |
| 84 | + url: ../event-hubs/index.yml |
| 85 | + text: See more |
| 86 | + # Card |
| 87 | + - title: Send and receive events |
| 88 | + links: |
| 89 | + - url: ../event-hubs/get-started-dotnet-standard-send-v2.md |
| 90 | + itemType: quickstart |
| 91 | + text: Send and receive events from Azure Event Hubs using .NET Core |
| 92 | + - url: ../event-hubs/event-hubs-java-get-started-send.md |
| 93 | + itemType: quickstart |
| 94 | + text: Use Java to send events to or receive events from Azure Event Hubs |
| 95 | + - url: ../event-hubs/get-started-python-send-v2.md |
| 96 | + itemType: quickstart |
| 97 | + text: Send events to or receive events from event hubs by using Python |
| 98 | + # footerLink |
| 99 | + footerLink: |
| 100 | + url: ../event-hubs/index.yml |
| 101 | + text: See more |
| 102 | + # Card |
| 103 | + - title: Capture events |
| 104 | + links: |
| 105 | + - url: ../event-hubs/event-hubs-dedicated-overview.md |
| 106 | + itemType: overview |
| 107 | + text: Capture events in Azure Blob Storage or Azure Data Lake Storage |
| 108 | + - url: ../event-hubs/event-hubs-capture-enable-through-portal.md |
| 109 | + itemType: quickstart |
| 110 | + text: Enable capturing of events streaming through Azure Event Hubs |
| 111 | + # footerLink |
| 112 | + footerLink: |
| 113 | + url: ../event-hubs/index.yml |
| 114 | + text: See more |
| 115 | + # Card |
| 116 | + - title: Process events |
| 117 | + links: |
| 118 | + - url: ../event-hubs/event-hubs-tutorial-visualize-anomalies.md |
| 119 | + itemType: tutorial |
| 120 | + text: Visualize data anomalies in real-time events sent to Azure Event Hubs |
| 121 | + - url: ../event-hubs/event-hubs-kafka-stream-analytics.md |
| 122 | + itemType: tutorial |
| 123 | + text: Process Apache Kafka for Event Hubs events using Stream analytics |
| 124 | + # footerLink |
| 125 | + footerLink: |
| 126 | + url: ../event-hubs/index.yml |
| 127 | + text: See more |
| 128 | + # Card |
| 129 | + - title: Create a queue |
| 130 | + links: |
| 131 | + - url: ../service-bus-messaging/service-bus-quickstart-portal.md |
| 132 | + itemType: quickstart |
| 133 | + text: Use Azure portal to create a Service Bus queue |
| 134 | + - url: ../service-bus-messaging/service-bus-quickstart-cli.md |
| 135 | + itemType: quickstart |
| 136 | + text: Use the Azure CLI to create a Service Bus queue |
| 137 | + # footerLink |
| 138 | + footerLink: |
| 139 | + url: ../service-bus-messaging/index.yml |
| 140 | + text: See more |
| 141 | + # Card |
| 142 | + - title: Create topics and subscriptions |
| 143 | + links: |
| 144 | + - url: ../service-bus-messaging/service-bus-quickstart-topics-subscriptions-portal.md |
| 145 | + itemType: quickstart |
| 146 | + text: Use the Azure portal to create a Service Bus topic and subscriptions to the topic |
| 147 | + - url: ../service-bus-messaging/service-bus-resource-manager-namespace-topic.md |
| 148 | + itemType: quickstart |
| 149 | + text: Create a Service Bus namespace with topic and subscription using a template |
| 150 | + # footerLink |
| 151 | + footerLink: |
| 152 | + url: ../service-bus-messaging/index.yml |
| 153 | + text: See more |
| 154 | + # Card |
| 155 | + - title: Send and receive messages - queues |
| 156 | + links: |
| 157 | + - url: ../service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted.md |
| 158 | + itemType: concept |
| 159 | + text: Compare Azure Storage queues and Service Bus queues |
| 160 | + - url: ../service-bus-messaging/service-bus-dotnet-get-started-with-queues.md |
| 161 | + itemType: quickstart |
| 162 | + text: Get started with Service Bus queues |
| 163 | + - url: ../service-bus-messaging/service-bus-java-how-to-use-queues.md |
| 164 | + itemType: quickstart |
| 165 | + text: Use Azure Service Bus queues with Java to send and receive messages |
| 166 | + # footerLink |
| 167 | + footerLink: |
| 168 | + url: ../service-bus-messaging/index.yml |
| 169 | + text: See more |
| 170 | + # Card |
| 171 | + - title: Publish and subscribe for messages |
| 172 | + links: |
| 173 | + - url: ../service-bus-messaging/service-bus-dotnet-how-to-use-topics-subscriptions.md |
| 174 | + itemType: quickstart |
| 175 | + text: Get started with Service Bus topics |
| 176 | + - url: ../service-bus-messaging/service-bus-java-how-to-use-topics-subscriptions.md |
| 177 | + itemType: quickstart |
| 178 | + text: Use Service Bus topics and subscriptions with Java |
| 179 | + - url: ../service-bus-messaging/service-bus-python-how-to-use-topics-subscriptions.md |
| 180 | + itemType: quickstart |
| 181 | + text: Use Service Bus topics and subscriptions with Python |
| 182 | + # footerLink |
| 183 | + footerLink: |
| 184 | + url: ../service-bus-messaging/index.yml |
| 185 | + text: See more |
| 186 | + # Card |
| 187 | + - title: Hybrid connections |
| 188 | + links: |
| 189 | + - url: ../service-bus-relay/relay-hybrid-connections-dotnet-get-started.md |
| 190 | + itemType: tutorial |
| 191 | + text: Get started with Relay Hybrid Connections WebSockets in .NET |
| 192 | + - url: ../service-bus-relay/relay-hybrid-connections-http-requests-dotnet-get-started.md |
| 193 | + itemType: tutorial |
| 194 | + text: Get started with Relay Hybrid Connections HTTP requests in .NET |
| 195 | + # footerLink (optional) |
| 196 | + footerLink: |
| 197 | + url: ../service-bus-relay/index.yml |
| 198 | + text: See more |
0 commit comments