Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

Deploying Azure Data Factory With CI/CD Using Azure Pipeline

Автор: Mohamed Radwan - DevOps

Загружено: 2020-06-29

Просмотров: 81772

Описание:

This video will focus on how to use Azure Data Factory CI/CD Pipelines and promote ETL Pipelines from Dev environment to UAT then production. How to create an Azure DevOps pipeline to deploy Azure Data Factory pipelines, link services, triggers, datasets, etc to several Azure Data Factories.

Learn a complete tutorial for creating Azure Data Factory CI/CD pipelines with Git enabled that use different branches for developing new features for ETL pipelines and other Azure Data Factory components.

This will cover, creating three Azure Data Factories, two Azure Storage accounts, Azure Release pipeline with Azure Artifacts based on Git repo and deploying Azure Data Factory ARM templates files to another environment.

It will show how to develop all the Azure Data Factory components in the feature branch. Then how to raise a pull request to merge those changes with the master branch. After that publish Azure Data Factory development which will create adf_publish branch which will include the ARM template that describes the current Azure Data Factory Environment. And by using this ARM template, we can deploy it to UAT and Production environments.

Commands:


Stop trigger
---------------
-armTemplate "$(System.DefaultWorkingDirectory)/[artifact source alias]/[SC folder]/ARMTemplateForFactory.json" -ResourceGroupName "[RG name]" -DataFactoryName "[Target ADF Env]" -predeployment $true -deleteDeployment $false


Start trigger
-------------
-armTemplate "$(System.DefaultWorkingDirectory)/[artifact source alias]/[SC folder]/ARMTemplateForFactory.json" -ResourceGroupName "[RG name]" -DataFactoryName "[Target ADF Env]" -predeployment $true -deleteDeployment $true


Stop trigger
---------------
-armTemplate "$(System.DefaultWorkingDirectory)/_adf_publish_source/ADF-Radwan-Dev/ARMTemplateForFactory.json" -ResourceGroupName "adf-rg" -DataFactoryName "ADF-Radwan-UAT" -predeployment $true -deleteDeployment $false


Start trigger
-------------
-armTemplate "$(System.DefaultWorkingDirectory)/_adf_publish_source/ADF-Radwan-Dev/ARMTemplateForFactory.json" -ResourceGroupName "adf-rg" -DataFactoryName "ADF-Radwan-UAT" -predeployment $true -deleteDeployment $true

-factoryName "[target ADF name]" -AzureBlobStorage1_connectionString "" -AzureBlobStorage2_connectionString ""

-factoryName [target ADF name] -AzureBlobStorage1_connectionString "" -AzureBlobStorage2_connectionString ""

-factoryName "ADF-Radwan-UAT" -AzureBlobStorage1_connectionString "DefaultEndpointsProtocol=https;AccountName=storageaccradwan1;AccountKey=xx;EndpointSuffix=core.windows.net" -AzureBlobStorage2_connectionString "DefaultEndpointsProtocol=https;AccountName=storageaccradwan2;AccountKey=xxx;EndpointSuffix=core.windows.net"

-armTemplate "$(System.DefaultWorkingDirectory)/_adf_publish_source/ADF-Radwan-Dev/ARMTemplateForFactory.json" -ResourceGroupName "adf-rg" -DataFactoryName "ADF-Radwan-UAT" -predeployment $true -deleteDeployment $false


 About the Author
-----------------------------
Video:
   • Mohamed Radwan is a Principal DevOps Consu...  
Blog:
https://mohamedradwan.com
Linked-in
  / mohamedahmedradwan  
GitHub
https://github.com/MohamedRadwan-DevOps
Twitter:
  / mradwan06  

DevOps #Azure #Azure_Data_Factory_tutorial #Azure_training #Azure_DevOps

Deploying Azure Data Factory With CI/CD Using Azure Pipeline

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

Securing Your Application, Infrastructure, Environment Continuously Using DevSecOps

Securing Your Application, Infrastructure, Environment Continuously Using DevSecOps

Developer Best Practices on Databricks: Git, Tests, and Automated Deployment

Developer Best Practices on Databricks: Git, Tests, and Automated Deployment

Azure Data Factory ADVANCED Course [The Complete Guide With CI/CD]

Azure Data Factory ADVANCED Course [The Complete Guide With CI/CD]

Deploy Docker image to Kubernetes Cluster | CI-CD for Azure Kubernetes Service

Deploy Docker image to Kubernetes Cluster | CI-CD for Azure Kubernetes Service

Azure DevOps Tutorial for Beginners | CI/CD with Azure Pipelines

Azure DevOps Tutorial for Beginners | CI/CD with Azure Pipelines

Power Platform ALM & Pipelines w/ Matt Devaney

Power Platform ALM & Pipelines w/ Matt Devaney

Azure Data Factory, Azure Databricks, or Azure Synapse Analytics? When to use what.

Azure Data Factory, Azure Databricks, or Azure Synapse Analytics? When to use what.

Processing Slowly Changing Dimensions with ADF Data Flows

Processing Slowly Changing Dimensions with ADF Data Flows

Azure DevOps CI/CD Pipelines Step By Step Tutorial | Azure DevOps Pipelines Tutorial | ScholarHat

Azure DevOps CI/CD Pipelines Step By Step Tutorial | Azure DevOps Pipelines Tutorial | ScholarHat

Kubernetes — Простым Языком на Понятном Примере

Kubernetes — Простым Языком на Понятном Примере

Deploying Infrastructure Automatically To The Cloud Using Terraform and Azure Pipelines

Deploying Infrastructure Automatically To The Cloud Using Terraform and Azure Pipelines

Paul Andrew: A Complete Introduction to Azure Data Factory at Data Platform Discovery Day April 2020

Paul Andrew: A Complete Introduction to Azure Data Factory at Data Platform Discovery Day April 2020

Day-8/16 Azure DevOps Terraform Pipeline | Azure DevOps Zero to Hero Full Course | CICD Pipeline

Day-8/16 Azure DevOps Terraform Pipeline | Azure DevOps Zero to Hero Full Course | CICD Pipeline

DevOps Sessions Securely Deploying Apps with Azure AD and Terraform

DevOps Sessions Securely Deploying Apps with Azure AD and Terraform

Azure Data Lake Storage (Gen 2) Tutorial | Best storage solution for big data analytics in Azure

Azure Data Lake Storage (Gen 2) Tutorial | Best storage solution for big data analytics in Azure

ВСЕ ЧТО НУЖНО ЗНАТЬ О ДЕПЛОЕ, DOCKER, CI/CD, ЕСЛИ ТЫ НОВИЧОК

ВСЕ ЧТО НУЖНО ЗНАТЬ О ДЕПЛОЕ, DOCKER, CI/CD, ЕСЛИ ТЫ НОВИЧОК

How to Create a CI/CD PIPELINE in Azure Devops Using Azure Pipelines! (CI/CD YAML Tutorial)

How to Create a CI/CD PIPELINE in Azure Devops Using Azure Pipelines! (CI/CD YAML Tutorial)

Как создать конвейер CI/CD в Azure DevOps | Учебное пособие по Azure DevOps

Как создать конвейер CI/CD в Azure DevOps | Учебное пособие по Azure DevOps

From ETL to Data Engineering with Azure Data Factory | Simon Whiteley | Business Analytics

From ETL to Data Engineering with Azure Data Factory | Simon Whiteley | Business Analytics

Databricks Data Engineering Project for Beginners (FREE Account) | Azure Tutorial

Databricks Data Engineering Project for Beginners (FREE Account) | Azure Tutorial

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]