Skip to content

Commit 2093adc

Browse files
author
Mike Swantek
committed
updates to remove AML calls to import.
1 parent 3e1c835 commit 2093adc

4 files changed

Lines changed: 384 additions & 1902 deletions

File tree

docs/Required_roles_scopes_resources.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Be sure these resource providers are registered in your Azure subscription. To r
1717
|Azure Log Analytics|Microsoft.OperationalInsights|/workspaces|An Azure Log Analytics workspace used to collect diagnostics|
1818
|Azure Key Vault|Microsoft.KeyVault|/vaults|An Azure Key Vault instance associated with the Azure AI Foundry Hub|
1919
|Azure Storage Account|Microsoft.Storage|/storageAccounts|An Azure Storage instance associated with the Azure AI Foundry Hub|
20-
|Azure Container Registry|Microsoft.ContainerRegistry|/registries|An Azure Container Registry instance associated with the Azure AI Foundry Hub|
21-
|Azure AI Hub / Project|Microsoft.MachineLearningServices|/workspaces|An Azure AI Studio Hub and Project (Azure ML Workspace of kind ‘hub’ and ‘project’)|
20+
|Azure Container Registry|Microsoft.ContainerRegistry|/registries|An Azure Container Registry instance associated with the Azure AI Foundry Account|
2221
|Azure AI Services|Microsoft.CognitiveServices|/accounts|An Azure AI Services as the model-as-a-service endpoint provider including GPT-4o and ADA Text Embeddings model deployments|
2322
|Azure Virtual Network|Microsoft.Network|/virtualNetworks|A bring-your-own (BYO) virtual network hosting a virtual machine to connect to Azure AI Foundry which will be behind a private endpoint when in network isolation mode. |
2423
|Bastion Host|Microsoft.Network||A Bastion Host defined in the BYO virtual network that provides RDP connectivity to the jumpbox virtual machine|

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ module sqlServer 'modules/sqlServer.bicep' = if (sqlServerEnabled) {
358358
}
359359

360360
import { sqlDatabaseType, databasePropertyType, deploymentsType } from 'modules/customTypes.bicep'
361-
import { connectionType } from 'br/public:avm/res/machine-learning-services/workspace:0.10.1'
361+
362362

363363
output AZURE_KEY_VAULT_NAME string = keyvault.outputs.name
364364
output AZURE_AI_SERVICES_NAME string = cognitiveServices.outputs.aiServicesName

0 commit comments

Comments
 (0)