This is the best tutorial about Azure Pipelines on the whole internet 🚀All basics included and practical example; just straight to the point. Great job!!! 😀
@glibmar Жыл бұрын
Thank you for sharing your experience. I missed the steps with “resources “ part!!! Now I am fully aware 🎉
@zegi888 Жыл бұрын
Hey Alex, this is such a great tutorial. This helped me a lot understanding whats going on. I wish I had watched these videos waaay earlier.
@szymondybczak73366 ай бұрын
That was stellar explanation. Thanks!
@thescarletcars Жыл бұрын
Hi @real-codingfreaks what is the tool you use to highlight things on the screen? it seems very simple and I can't for the life of me find it online, please let me know the tool name pls, or is it an obs plugin? for example you use it at 24:16
@hutchm92 Жыл бұрын
What do you put in the management group? I have 3 distinct resource groups related to environments, dev, test, prod which have resources within those resource groups.
@real-codingfreaks Жыл бұрын
What do you mean by "mangement group". The real Azure Management Group or the resource group where management stuff goes into?
@tamerberatcelik7797 Жыл бұрын
Hey! Thank you so much, this will help me a lot really. I'm trying to transform the old deployment ways of the company I'm working in right now and this was just the content I needed. Can you share the demo codes somewhere? It would be awesome to dig in your yaml files. Also, can you make content about containerize it?
@real-codingfreaks Жыл бұрын
Hi! Good that it helps you. I've added a Github link to the description.
@mr.s.h.818 Жыл бұрын
I have 5 machines and I want to use one as an agent in the agent pool and use that agent to run tests via pipeline connected to ALM server on the other 4 machines. Is that possible in Azure or I need to configure the agent on all the 5 machines?
@real-codingfreaks Жыл бұрын
Then you need to install the agent software ob this specific host.
@mr.s.h.818 Жыл бұрын
@@real-codingfreaks I will get an error when running the pipeline, something like "the agent isn't available in the agent pool"
@real-codingfreaks Жыл бұрын
This is hard to answer. It might be that the setup is not completed in ADO. Also firewalls could be a problem. I might create a new session showcasing this soon.
@josephnkoro7779 Жыл бұрын
Thanks for this, can i have access to a repo with the powershell script that runs the bicep template
@real-codingfreaks Жыл бұрын
That would not help because I'm using some internal stuff. This line should do the job basically: ``` New-AzDeployment ` -Name $deploymentName ` -Location $location ` -TemplateFile $templateFile ` -TemplateParameterFile $stageParameterFile ` -DeploymentDebugLogLevel All ` -WhatIf:$WhatIf ``` You have to replace the vars.
@thescarletcars Жыл бұрын
Thank you so much! Exactly what I am working on. Converting old releases to new yaml based ones. As a dev it was little confusing until watching this video. Maybe put your face on the bottom right next time? 😛couldn't see what you were clicking on the top right sometimes
@real-codingfreaks Жыл бұрын
Thx. My face is always in the way and i dont realize it during the recording. I‘ll try to get better at this
@thescarletcars Жыл бұрын
@@real-codingfreaks it was just a small suggestion and my attempt at being funny, don't take it in a bad way hehe
@thescarletcars Жыл бұрын
@@real-codingfreaks what is the tool you use to highlight things on the screen? it seems very simple and I can't for the life of me find it online, please let me know the tool name pls, or is it an obs plugin? for example you use it at 24:16
@real-codingfreaks Жыл бұрын
@@thescarletcars ZoomIt from sysinternals.com
@thescarletcars Жыл бұрын
@@real-codingfreaksI had it installed all the time and never checked 🤦🤦 Thanks!