Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azure/azure-data-labs
Terraform templates to deploy Azure Data resources
https://github.com/azure/azure-data-labs
analytics azure blueprints data data-science github github-actions labs terraform
Last synced: about 1 month ago
JSON representation
Terraform templates to deploy Azure Data resources
- Host: GitHub
- URL: https://github.com/azure/azure-data-labs
- Owner: Azure
- License: mit
- Created: 2022-10-17T19:18:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T13:33:44.000Z (10 months ago)
- Last Synced: 2024-09-30T16:12:34.859Z (about 1 month ago)
- Topics: analytics, azure, blueprints, data, data-science, github, github-actions, labs, terraform
- Language: HCL
- Homepage: http://azuredatalabs.com
- Size: 1.79 MB
- Stars: 22
- Watchers: 3
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Azure Data Labs
Welcome to Azure Data Labs solution accelerator repository! This project is intended to serve as starting point for deploying different data, analytics & AI labs in Azure.
> Note: This repo uses [Azure Data Labs modules repository](https://github.com/Azure/azure-data-labs-modules) within the /infra folder on each template. Follow the 'Create a New Template' guide below to know more.
## Available Templates
| Name | Status |
| - | - |
| [Data Analytics with Azure Synapse](https://github.com/Azure/azure-data-labs-templates/tree/main/01-lab-data-analytics-synapse) | [![Template:01-lab-data-analytics-synapse](https://github.com/Azure/azure-data-labs-templates/actions/workflows/deploy-01-lab-data-analytics-synapse.yml/badge.svg)](https://github.com/Azure/azure-data-labs-templates/actions/workflows/deploy-01-lab-data-analytics-synapse.yml) |
| [Data Science with Azure Machine Learning](https://github.com/Azure/azure-data-labs-templates/tree/main/02-lab-data-science-azureml) | [![Template:02-lab-data-science-azureml](https://github.com/Azure/azure-data-labs-templates/actions/workflows/deploy-02-lab-data-science-azureml.yml/badge.svg)](https://github.com/Azure/azure-data-labs-templates/actions/workflows/deploy-02-lab-data-science-azureml.yml) |
| [Data Analytics with Azure Databricks](https://github.com/Azure/azure-data-labs-templates/tree/main/03-lab-data-analytics-databricks) |[![Template:03-lab-data-analytics-databricks](https://github.com/Azure/azure-data-labs/actions/workflows/deploy-03-lab-data-analytics-databricks.yml/badge.svg)](https://github.com/Azure/azure-data-labs/actions/workflows/deploy-03-lab-data-analytics-databricks.yml) |## Deploy a Lab
To deploy a lab in your Azure subscription, please follow the step-by-step instructions:
1. [Prerequisites](./.assets/docs/adl-prerequisited.md)
2. [Create repository](./.assets/docs/adl-createrepository.md)
3. [Setting up Service Principal](./.assets/docs/adl-serviceprincipal.md)
4. [Github Actions Deployment](./.assets/docs/adl-deployment-githubactions.md)
5. [FAQ & Known Isssues](./.assets/docs/adl-knownissues.md)## Create a New Template
To create a new template from scratch, please follow the instructions below:
1. [Settting up folder structure for the new template](./.assets/docs/create-template/adl-folder-structure.md)
2. [Compose the IaC using modules](./.assets/docs/create-template/adl-compose-template.md)
3. [Create GitHub Actions workflow and config-lab.yml](./.assets/docs/create-template/adl-template-deployment.md)## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.