Can I Create Azure Resources Using Python from My Local Environment?

0
0
Asked By CleverSquirrel42 On

I'm currently studying for my AZ104 certification and I'm getting hands-on experience with various tools like PowerShell, Azure CLI, and Bicep for creating Azure resources. However, I'm curious if it's possible to create these resources directly using Python in my local environment, specifically with an IDE like Visual Studio. If this isn't the right place for this question, could someone direct me to where I should ask instead?

4 Answers

Answered By TechieTurtle19 On

You might want to check out Pulumi! It's an Infrastructure as Code (IaC) tool that supports multiple programming languages, including Python. I haven't personally used it, so I can't comment on how it stacks up to Terraform or Bicep, but it sounds promising for your needs.

Answered By PythonPal12 On

I see your point about sticking with Python since it's versatile and can handle various tasks. But don't forget that Bicep, Azure CLI, and even PowerShell are specifically tailored for Azure, which might streamline your workflow in the long run.

Answered By DevExplorer77 On

Yes, you can definitely use Python for creating Azure resources! But here's a thought: why make things more complex than they need to be? It might be worth focusing on the tooling and IaC languages you already know like Bicep or Azure CLI rather than shifting to Python.

Answered By CloudGuru88 On

Absolutely! Azure has a Python SDK that you can utilize to create resources directly from your own system. It's quite straightforward, and if you're already comfortable with Python, it should fit right in with your project.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.