<< A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

–A–

–B–

–C–

–D–

–E–

–F–

–G–

Get-AzCognitiveServicesAccount

Get-AzCognitiveServicesAccount -ResourceGroupName "rg-raspustin-0328" | Select-Object Name, Endpoint, Kind

Get-AzAIHub not recognized

Install-Module -Name Az.MachineLearningServices -AllowClobber -Scope CurrentUser
Import-Module Az.MachineLearningServices

Get-AzMLWorkspace

Get-AzMLWorkspace -ResourceGroupName "rg-raspustin-0328" | Select-Object Name, FriendlyName, DiscoveryUrl

–H–

hub – Check for the ML Workspace (Hub) with a wide net

Get-AzMLWorkspace -ResourceGroupName "rg-raspustin-0328" | Select-Object Name, FriendlyName, DiscoveryUrl

–I–

–J–

–K–

–L–

Recommended LinkedIn Learning Courses

Azure AI Foundry (Formerly AI Studio) Overview
This video provides a 2026 roadmap that specifically highlights where Microsoft Foundry fits into a data engineer’s workflow, which is perfect for your background in system administration and automation.

–M–

model deployment – Projects are also technically ML Workspaces with a specific “Kind”

If you have an endpoint but no “Project,” you might just have a standalone AI Service. Let’s see if there are any models (like GPT-4o) actually deployed and ready to use

Get-AzCognitiveServicesAccountDeployment -ResourceGroupName "rg-raspustin-0328" -AccountName "raspustin-0328-resource" | Select-Object Name, ModelName, ModelVersion, ProvisioningState

–N–

–O–

–P–

project – Projects are also technically ML Workspaces with a specific “Kind”

Get-AzResource -ResourceGroupName "rg-raspustin-0328" -ResourceType "Microsoft.MachineLearningServices/workspaces" | Select-Object Name , Kind, Location

–Q–

–R–

RAG – retrieval-augmented generation

–S–

–T–

–U–

–V–

–W–

workspace – Check for the ML Workspace (Hub) with a wide net

Get-AzMLWorkspace -ResourceGroupName "rg-raspustin-0328" | Select-Object Name, FriendlyName, DiscoveryUrl

–X–

–Y–

–Z–