One option to spin up a RabbitMQ endpoint is to use Azure Kubernetes Service.
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.
Running
kubectl get pods
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