Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 699 Bytes

Auth0 - Logs to Azure Log Analytics

This extension is build using auth0-logs-to-provider repo.

The monorepo can be found here: auth0-logs-to-provider

How to build the extension

Clone the Monorepo of auth0.

git clone https://github.com/auth0-extensions/auth0-logs-to-provider

Copy the files from src directory to the cloned directory.

Execute the following commands to get the build.js file.

npm install
node build.js --p azurelogs

This will create a file in dist/azurelogs directory. Copy the file to build directory in the current project (auth0-logs-to-azure-logs), and rename the file to build.js