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!!! 😀
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
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?
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.
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?
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.
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.
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 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
Thank you for sharing your experience.
I missed the steps with “resources “ part!!! Now I am fully aware 🎉
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!!! 😀
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.
That was stellar explanation. Thanks!
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
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?
Hi! Good that it helps you. I've added a Github link to the description.
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.
What do you mean by "mangement group". The real Azure Management Group or the resource group where management stuff goes into?
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?
Then you need to install the agent software ob this specific host.
@@real-codingfreaks I will get an error when running the pipeline, something like "the agent isn't available in the agent pool"
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.
Thanks for this, can i have access to a repo with the powershell script that runs the bicep template
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.
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
Thx. My face is always in the way and i dont realize it during the recording. I‘ll try to get better at this
@@real-codingfreaks it was just a small suggestion and my attempt at being funny, don't take it in a bad way hehe
@@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
@@thescarletcars ZoomIt from sysinternals.com
@@real-codingfreaksI had it installed all the time and never checked 🤦🤦
Thanks!