Our next-gen architecture is built to help you make sense of your ever-growing data Watch a 4-min demo video!

Back to All Integrations

Serverless Integration Deployment Container: Microsoft Azure Functions Serverless Integration Deployment Container: Microsoft Azure Functions

Last Updated: Feb. 28, 2023

Coralogix provides a seamless integration with Azure cloud so you can send your logs from anywhere and parse them according to your needs. The following tutorial demonstrates a Coralogix Azure serverless integration deployment using Docker.

Prerequisites

Installation

STEP 1. Clone this repo:

$ git clone https://github.com/coralogix/coralogix-azure-deploy.git
$ cd coralogix-azure-deploy

STEP 2. Modify the requisite .vars file for your intended integration deployment:

BlobStorage.vars
StorageQueue.vars
EventHub.vars

STEP 3. Log in to a Dockerhub registry.

STEP 4. Run the following command:

$ docker run -it --rm --platform linux/amd64 --env-file <integration>.vars coralogixrepo/azure-functions-deploy

STEP 5. The Azure CLI will request authorization. You’ll need to follow the prompt and authenticate through your browser with a provided code.

Additional Resources

GithubCoralogix Azure serverless integration deployment container
Microsoft Azure Functions Manual IntegrationsEvent Hub
Blob Storage
Queue Storage

Support

Need help?

Our world-class customer success team is available 24/7 to walk you through your setup and answer any questions that may come up.

Feel free to reach out to us via our in-app chat or by sending us an email at [email protected].

On this page