Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
13.82k stars 16k forks source link

[AI Studio] private link deployment #14039

Closed marcjimz closed 6 days ago

marcjimz commented 1 month ago

PR Checklist

Check these items before submitting a PR...

Contribution Guide

Best Practice Guide

Changelog

Deploys a starter kit for:

img

marcjimz commented 1 month ago

Unsure of how to resolve the pipeline's SSL errors. Any insights? Where is it trying to connect into?

marcjimz commented 1 week ago

@alex-frankel Is this good to be merged?

marcjimz commented 1 week ago

for documentation purposes, to develop/test locally:

git clone git@github.com:Azure/azure-quickstart-templates.git
cd azure-quickstar-templates
git pull origin pull/14039/merge
cd quickstarts/microsoft.machinelearningservices/aistudio-network-restricted/

az group create --name cli-test-00 --location westus
az deployment group create --resource-group cli-test-00 --template-file prereqs/prereq.main.bicep
az group create --name cli-deploy-00 --location westus
az deployment group create --resource-group cli-deploy-00 --template-file main.bicep