You have a gift to teach. Not many people (with the knowledge) can teach as clearly as you. Could you please do a Video series specifically to cover 'everything Azure Powershell'. Not just creating resources, but also quering data for reports using powershell (backup status, patching information etc) and also a video to understand why we use certain symbols and syntax in powershell and what each symbol does and which scenarios we should use them. I'm sure lot of people would benefit from this. Thanks and keep up with your good work..!
Thank you you are very kind. This is a great feedback and of course I have big plans when it comes to this channel. But having full course on PowerShell with Azure is surely on my mind. Thanks for the feedback, I will write it down and expect more videos on PowerShell!
And a small mistake appeared in the video. PowerShell ISE of'course means Integrated Scripting Environment not Integrated Shell Environment! ;) Big thanks to our viewer Paweł for letting me know!
Your teaching ability is great, I learn a lot about PowerShell today. With your teching ability you can tech a full powershell course will be great. Thank you
just discover powershell is must know for me as venture into azure administrator, just starting to learn and find the explanations very easy to understand,thanks sir
Hey Adam! How are you? I love all the information you share with us! Thanks to you I approved the AZ900, now I'm studying the AZ104 and I would like to know if you have the course prepared just like the AZ900. That could be really amazing! Thanks in advance!
Hello, Awesome tuts. Quick question. Can I use ARM templates or PowerShell for automation? In other words, do they provide the same functionality? Thank you.
Need a tutorial how to deploy using powershell....stuffs like uploading a spring boot application and deploying, finally visitng the website through the link
Hello Adam, I tried to use Vs code but I cannot properly login to Azure. If I press F1 and use "sign in" option I will be prompted to my account. But I don't see my Visual Studio account. Why is that? Furthermore, I don't have the Connect-AzAccount command in my Vs code. I have only Cconnect-AzureRmAccount ...
hi, im trying to follow this step by step. on the first step I get errors telling me it doesn't recognise the term install and -module and force and allowclobber, do i need to identify them first? what am i doing wrong? thanks in advance
You use light mode for vs code. Literally unwatchable :P Great courses Adam. Was looking for something on the topic on Udemy, but yours beat the hell of it.
Hello Adam, I'm doing CI/CD configuration on azure to publish PowerBI & SSRS reports using Powershell and I'm stuck on how to get changed files on branches, from there change the connection string to the database and then publish to dev workspace. I got complicated and confuses to write the code on Powershell script, can you make a video about how to do those things. Thank you
Hey. I do understand the struggle but unfortunately I can't help you with your coding :( I have no capacity to do so, but I always advise people to break down their use case into several small questions and use stackoverflow to post those. People on stackoverflow are very helpful and there are thousands of people, not just me :) I reply there sometimes too!
Hi..... How to run powershell files on self host agent on Linux? When running the pipeline it's giving parsing error. Main file from which it need to be triggered is not able to find out. What should i do? Please suggest
Hi Adam. Thanks you so much for this video. could you create a learning session on Metrics. How to get details of Metrics using powershell scripts (like SUM of Request count) etc.
Very good information thanks for your videos and I requested to u if you have any idea how did we get the recovery service vault backup protection details like soft deleted option is enabled or not ??
Try this stackoverflow.com/questions/61387664/azure-powershell-extracting-azure-sql-database-information and this docs.microsoft.com/en-us/azure/azure-sql/database/file-space-manage?WT.mc_id=AZ-MVP-5003556
Sorry but I can't help out with coding exercises. Microsoft technet forums or stackoverflow are better places for this. There is tremendous amount of people there who can help out.
Hi Adam, I am working on Azure Data Factory and requirement for me is to get list of entire history of pipeline run, run status , execution time. Please suggest how can i get these information either via Powershell or otherwise. Thanks
Hi Adam..amazing tut. Can you please help in creating a script which gives output for ....1. VMs enrolled in update management, their deployment schedules, missing updates etc in one go?
How to display all the branches of a particular resource group and switch between branches (by default it is master ) and display corresponding pipelines
@@AdamMarczakYT yes adam so i will explain you my scenario, I have my ADF configured with git and i create braches for pipeline development of each functionality/story and once it is working good I merge it with master branch. So now I am willing to do automated testing through powershell to my brnch pipelines before merging. I am able to get resource, subscription info through powershell but when I try to display datasets it only displays the datasets of master branch. so can you please tell me the commands by which i can switch between branches and do testing for only particular pipeline?
hey Zbyszek. This is a great question, honestly I'd say you will achieve pretty much anything using both. I personally prefer PowerShell because of rich scripting capabilities, integration with other SDKs, easy parallelization and ability to run automated scripts on Azure Automation service. But some thing like Azure DevOps are easier using CLI. So pick the right tool for the job rather than stick to one. I know it complicates things needing to know both but I ended up using both depending on the tasks.
Azure CLI: + Can run in both Powershell, Linux Terminal and CMD. - This complicates things when you want to save variables. Since declaring variables is dependent upon environment. + Syntax is shorter Powershell: + Object based (For that reason I find it easier to extract single pieces of information from something I retrieve from PS than AZ CLI) + Rich toolbox which is not Azure-specific for working with the data you extract. I prefer Powershell as I can use that for more than just Azure, but you don't really need to chose. Just pick one and start using it :)
Check out this command docs.microsoft.com/en-us/powershell/module/az.recoveryservices/set-azrecoveryservicesasralertsetting?WT.mc_id=AZ-MVP-5003556&view=azps-4.7.0
Very informative. Clear teachings. Thank you for sharing your knowledge with us. Hope you have a plan to create a tutorial for 'Running and ADF pipelines using Power Shell'. If already done, provide us the link. Thanks.
Hi Adam .. your videos are very usefully i need your help to get the rsv vault soft delete enabled or not if possible can u share the script or any blog that would erythromycin help to me
Thanks! Front Door and Application Gateway are on the list but the list itself is quite long so not sure when will those be up. But they sure will get there eventually!