Not the "last tip" 🙃 I was tired. There's more tips and best practices coming. Subscribe to get more. And let me know what you want to learn about.
@PatrickBurkeTV10 ай бұрын
Wow! So many tips/small details that just helped me complete my first 'terraform apply' Azure DevOps CI build. Especially regarding prefixing your library variables with "lib-". Thanks Julie!
@MatthewSelkirkKey2 жыл бұрын
Your content is golden. dropping constant knowledge bombs. Just started using ADO after mainly using GitLab over the last few years and the GUI, especially the pipeline wizards just confused the hell out of me, your videos have helped clear the fog 🌞 thanks again!
@JulieNgTech2 жыл бұрын
Thanks Matt for the lovely feedback. I'm really glad it's helpful. And I hope I am teaching concepts in such a way that pipeline as code in any framework becomes more natural to you :) and everyone else who watches this channel.
@kingtut66198 ай бұрын
Can you use a service connection to connect to a file server or share server to access files, perhaps needed in a build pipeline?
@richardlanglois51832 жыл бұрын
Great presentation!
@JulieNgTech2 жыл бұрын
Thanks Richard!
@MrDottyrock2 жыл бұрын
Hi Julie, I have a rails application that im trying to build and push using pipeline. Im not able to get the environment variable set for the master key (RAILS_MASTER_KEY). I tried using variable secrets and then using dockerComposeFileArgs to set the variable but its not working. Any pointers how i could get this environment variable in my build pipeline?
@JulieNgTech2 жыл бұрын
I haven't deployed Rails apps with Azure Pipelines… but have you made sure to map the secret from the pipeline to the environment variable? docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#secret-variables That's the first thing that comes to mind. Are you using the ACI - Container Groups feature?
@MrDottyrock2 жыл бұрын
@@JulieNgTech I have it working now thank you. I had to set the args in docker compose and ARG IN Dockerfile
@gagnon1243 жыл бұрын
Great video!
@JulieNgTech3 жыл бұрын
Glad you enjoyed it
@hiandhra99713 жыл бұрын
Can you do a vedio on azure yaml end to end pipeline incorporating secrets from key vault and building a Vm using terraform and configuring using ansible.
@JulieNgTech3 жыл бұрын
Great question, I picked your question for the quick AMA I just released. Short answer, I actually tried that VM and Ansible and I couldn't get it working in a few hours so I gave up. For secrets from Key Vault check out these pipelines which I've documented on how to do that github.com/Azure/devops-governance/tree/main/azure-pipelines
@jashvasabbu64792 жыл бұрын
Thanks for the video.. Its really helpful. I have one requirement like in my codeway yml file I have 3 environments like Dev stg and pro. When I run the pipeline all the environments are executing one after other. But my requirement is I want to select only specific environment to run like choice parameters same as in Jenkins. Is there any way to achieve to build specific environment. Thanks in advance
@JulieNgTech2 жыл бұрын
Can you just "select" the environment by correlating them to git branches? It's a bit too much to explain in a comment. But check out this YAML pipeline walkthrough I did that might help kzbin.info/www/bejne/m2HFd2SCocife9U
@aguafria9565 Жыл бұрын
how does the library get mapped into the pipeline.
@TheTomyG3 жыл бұрын
Great Content. Valuable tips!
@JulieNgTech3 жыл бұрын
Thanks for watching!
@RohitYadav-vn1rq2 жыл бұрын
If we do lock azure devops variable, then where it get save
@JulieNgTech2 жыл бұрын
Do you mean in which region? If so, it will be the region of your Azure DevOps organization. Or did you mean something else?
@hiandhra99713 жыл бұрын
Hey Julie, how would I reach out to you. ?
@JulieNgTech3 жыл бұрын
Best via social media like here or Twitter :) I don't do email for work reasons and I'm also terrible at answering emails.
@pirrastorres72413 жыл бұрын
And json substitution with Azure Key Vaults?
@JulieNgTech3 жыл бұрын
Hi Pirras, I am not sure I understand your question. Can you please clarify?