Skip to content

basvdberg/cicd_azure_devops_adf_and_sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

This project contains the code to setup some resources in azure using bicep, namely:

  • Azure sql server
  • Azure sql databases
  • Key vault
  • Azure data factory

It's used in the getting started guide of betl.

I used Visual studio code to edit and run this script, but you can also run it command line and use your own preferered editor.

Steps

  1. open iac.bicep
  2. change the parameter values. They are currently set for demo purposes ( getting started guide).
  3. open deploy.azcli to copy/paste the commands that you can run using powershell:
  4. run the following commands in powershell:
  • az login
  • cd iac_betl
  • az deployment group create -f ./iac.bicep -g rg-betl --verbose --mode Complete
  1. go to portal.azure.com to view the results

  2. don't forget to delete your resources when you are done using:

  • az deployment group create -f ./empty.bicep -g rg-betl --verbose --mode Complete

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages