A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Azure/azure-functions-rabbitmq-extension/wiki/Setting-up-a-RabbitMQ-Endpoint below:

Setting up a RabbitMQ Endpoint · Azure/azure-functions-rabbitmq-extension Wiki · GitHub

One option to spin up a RabbitMQ endpoint is to use Azure Kubernetes Service.

  1. Create an Azure Kubernetes Service Cluster
  2. Install Helm
  3. Install the RabbitMQ Helm Chart
helm install rabbitmq --set auth.username=user,auth.password=PASSWORD,service.type=LoadBalancer 
bitnami/rabbitmq

This will create a rabbitMQ in your cluster with the username user, the password PASSWORD and it will be externally available at an IP Address provided by Kubernetes.

  1. View the status of the deployment and wait for it to be Running
    kubectl get pods
  2. Copy the external IP for the RabbitMQ service
    kubectl get svc rabbitmq

You can now use your IP Address and RabbitMQ instance to develop and test against the Azure Functions trigger and binding with the below connection string:

amqp://user:PASSWORD@yourExternalIp:5672

To use the RabbitMQ Management server, go to "http://yourExternalIp:15672/" in your browser.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4