Microsoft Azure Overview: The Azure Python SDK

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024
  • Alright, now that we have a Service Principal created we can move on to using the Azure Python SDK. This particular SDK is quite large and can go many layers deep so we will spend some time looking at the GitHub Repo containing the source code, some of the Microsoft Documentation, the Azure SDK library, and spend some time taking our credentials and storing them in our system as environment variables.
    Video Resources:
    --------------------------------------------------
    github.com/are...
    Resources:
    --------------------------------------------------
    Facebook Page: / codingsigma
    Facebook Group: / sigmacoding
    GitHub Sigma Coding: github.com/are...
    Support Sigma Coding:
    --------------------------------------------------
    Patreon: / sigmacoding
    Amazon Associates: amzn.to/3bsTI5P **
    Related Topics:
    --------------------------------------------------
    Title: Microsoft Azure Overview: Introduction
    Link: • Microsoft Azure Overvi...
    Title: Using the Financial News Aggregator Package in Python
    Link: • Using the Financial Ne...
    Title: Microsoft Azure Overview: Creating a Resource
    Link: • Microsoft Azure Overvi...
    Title: Microsoft Azure Overview: Creating an Azure Account
    Link: • Microsoft Azure Overvi...
    Title: Microsoft Azure Overview: Authentication & Authorization
    Link: • Microsoft Azure Overvi...
    Title: Microsoft Azure Overview: Applications & Security Principals
    Link: • Microsoft Azure Overvi...
    Title: Microsoft Azure Overview: Role-Based Access Control
    Link: • Microsoft Azure Overvi...
    Title: Microsoft Azure Overview: Creating a Service Principal
    Link: • Microsoft Azure Overvi...
    **Amazon Associates Disclosure:
    --------------------------------------------------
    I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. One of the ways I support the channel is by using Amazon Associates to earn fees on purchases you make. That means when you use the link above, it will track any purchases made from that link and give a small portion of it to the Sigma Coding. I love this approach because it allows you to do what you're already doing (shopping) but also helps support the channels you care about. Also, it makes it where I can invest that revenue to help improve and grow the channel.
    Tags:
    --------------------------------------------------
    #Microsoft #Azure #PythonSDK

Комментарии • 4

  • @Analyse_US
    @Analyse_US 2 года назад +1

    Thankyou. This is absolute Gold! Working through the whole series, best content I have found on Azure & Python. Excellent work!

  • @RabbitJnr
    @RabbitJnr 2 года назад

    This is really an awesome and well-explained series!

  • @shreyjain6447
    @shreyjain6447 3 года назад +1

    Nice video! I have one question. My laptop does not have a GPU. Instead of buying a new laptop, I want to use Azure ML python SDK to build models. Basically I want to use my laptop only for IDE purposes (Spyder) and instead of using my laptops CPU, I want to use Azure for it's compute instances and clusters to build and deploy models. So I want to code on my local laptop in Spyder and use Azure's compute resources. Is such a thing possible? If so, can you guide me to some links to articles or videos that I can look into? Any help will be much appreciated!!

  • @Hemantkumar-gs1lq
    @Hemantkumar-gs1lq 2 года назад

    Basically the concept of key vault is hide the password mainly. If user have to get client id, tenant id and client secret then what is use of key vault. This was actually question when tried to use same approach