Exploring Azure AI Foundry: Hubs and Projects

The Azure AI Foundry portal is a cohesive environment for developing AI solutions, enabling users to create Hubs and Projects that facilitate collaboration among data scientists, developers, and engineers. It integrates services like Azure Open AI, offering shared resources and role-based access management while streamlining AI services' deployment and management processes.

Code Comparison Between Azure PowerShell and Azure SDK for Python

I like to share similarities and differences of two scripts - an Azure PowerShell script and a Python script using the Azure SDK. These two scripts achieve the same azure management result. Hope this article sheds some technical insights by comparing these scripts. The scripts connect to an Azure subscription, create a storage account into …

Continue reading Code Comparison Between Azure PowerShell and Azure SDK for Python