diff --git a/deploy/quick-start/infra/main.parameters.json b/deploy/quick-start/infra/main.parameters.json index 4f90d7e04f..0f7ab8fb42 100644 --- a/deploy/quick-start/infra/main.parameters.json +++ b/deploy/quick-start/infra/main.parameters.json @@ -96,7 +96,7 @@ "authService": { "value": { "name": "auth-api", - "image": "cropseastus2svinternal.azurecr.io/auth-api:release-060-ca865f3b" + "image": "ghcr.io/solliancenet/foundationallm/authorization-api:0.6.0" } }, "services": { @@ -105,7 +105,7 @@ "name": "agent-factory-api", "useEndpoint": false, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/agentfactory-api:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/agent-factory-api:0.6.0", "appConfigEnvironmentVarName": "FoundationaLLM_AppConfig_ConnectionString", "apiKeySecretName": "foundationallm-apis-agentfactoryapi-apikey" }, @@ -113,7 +113,7 @@ "name": "agent-hub-api", "useEndpoint": true, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/agenthub-api:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/agent-hub-api:0.6.0", "appConfigEnvironmentVarName": "foundationallm-app-configuration-uri", "apiKeySecretName": "foundationallm-apis-agenthubapi-apikey" }, @@ -121,7 +121,7 @@ "name": "chat-ui", "useEndpoint": false, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/chat-ui:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/chat-ui:0.6.0", "appConfigEnvironmentVarName": "NUXT_APP_CONFIG_ENDPOINT", "apiKeySecretName": "foundationallm-apis-chatui-apikey" }, @@ -129,7 +129,7 @@ "name": "core-api", "useEndpoint": false, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/core-api:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/core-api:0.6.0", "appConfigEnvironmentVarName": "FoundationaLLM_AppConfig_ConnectionString", "apiKeySecretName": "foundationallm-apis-coreapi-apikey" }, @@ -137,7 +137,7 @@ "name": "core-job", "useEndpoint": false, "hasIngress": false, - "image": "cropseastus2svinternal.azurecr.io/core-job:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/core-job:0.6.0", "appConfigEnvironmentVarName": "FoundationaLLM_AppConfig_ConnectionString", "apiKeySecretName": "foundationallm-apis-corejob-apikey" }, @@ -145,7 +145,7 @@ "name": "data-source-hub-api", "useEndpoint": true, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/datasourcehub-api:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/data-source-hub-api:0.6.0", "appConfigEnvironmentVarName": "foundationallm-app-configuration-uri", "apiKeySecretName": "foundationallm-apis-datasourcehubapi-apikey" }, @@ -153,7 +153,7 @@ "name": "gatekeeper-api", "useEndpoint": false, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/gatekeeper-api:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/gatekeeper-api:0.6.0", "appConfigEnvironmentVarName": "FoundationaLLM_AppConfig_ConnectionString", "apiKeySecretName": "foundationallm-apis-gatekeeperapi-apikey" }, @@ -161,7 +161,7 @@ "name": "gatekeeper-integration-api", "useEndpoint": true, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/gatekeeperintegration-api:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/gatekeeper-integration-api:0.6.0", "appConfigEnvironmentVarName": "foundationallm-app-configuration-uri", "apiKeySecretName": "foundationallm-apis-gatekeeperintegrationapi-apikey" }, @@ -169,7 +169,7 @@ "name": "langchain-api", "useEndpoint": true, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/langchain-api:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/langchain-api:0.6.0", "appConfigEnvironmentVarName": "foundationallm-app-configuration-uri", "apiKeySecretName": "foundationallm-apis-langchainapi-apikey" }, @@ -177,7 +177,7 @@ "name": "management-api", "useEndpoint": false, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/management-api:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/management-api:0.6.0", "appConfigEnvironmentVarName": "FoundationaLLM_AppConfig_ConnectionString", "apiKeySecretName": "foundationallm-apis-managementapi-apikey" }, @@ -185,7 +185,7 @@ "name": "management-ui", "useEndpoint": false, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/management-ui:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/management-ui:0.6.0", "appConfigEnvironmentVarName": "NUXT_APP_CONFIG_ENDPOINT", "apiKeySecretName": "foundationallm-apis-managementui-apikey" }, @@ -193,7 +193,7 @@ "name": "prompt-hub-api", "useEndpoint": true, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/prompthub-api:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/prompt-hub-api:0.6.0", "appConfigEnvironmentVarName": "foundationallm-app-configuration-uri", "apiKeySecretName": "foundationallm-apis-prompthubapi-apikey" }, @@ -201,7 +201,7 @@ "name": "semantic-kernel-api", "useEndpoint": false, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/semantickernel-api:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/semantic-kernel-api:0.6.0", "appConfigEnvironmentVarName": "FoundationaLLM_AppConfig_ConnectionString", "apiKeySecretName": "foundationallm-apis-semantickernelapi-apikey" }, @@ -209,7 +209,7 @@ "name": "vectorization-api", "useEndpoint": false, "hasIngress": true, - "image": "cropseastus2svinternal.azurecr.io/vectorization-api:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/vectorization-api:0.6.0", "appConfigEnvironmentVarName": "FoundationaLLM_AppConfig_ConnectionString", "apiKeySecretName": "foundationallm-apis-vectorizationapi-apikey" }, @@ -217,7 +217,7 @@ "name": "vectorization-job", "useEndpoint": false, "hasIngress": false, - "image": "cropseastus2svinternal.azurecr.io/vectorization-job:release-060-ca865f3b", + "image": "ghcr.io/solliancenet/foundationallm/vectorization-job:0.6.0", "appConfigEnvironmentVarName": "FoundationaLLM_AppConfig_ConnectionString", "apiKeySecretName": "foundationallm-apis-vectorizationworker-apikey" } diff --git a/deploy/quick-start/infra/shared/storage.bicep b/deploy/quick-start/infra/shared/storage.bicep index 097b7eafbd..c599d49d7e 100644 --- a/deploy/quick-start/infra/shared/storage.bicep +++ b/deploy/quick-start/infra/shared/storage.bicep @@ -20,7 +20,7 @@ resource storage 'Microsoft.Storage/storageAccounts@2023-01-01' = { isHnsEnabled: true minimumTlsVersion: 'TLS1_2' supportsHttpsTrafficOnly: true - allowSharedKeyAccess: false + allowSharedKeyAccess: true } } diff --git a/deploy/standard/bicep/modules/storageAccount.bicep b/deploy/standard/bicep/modules/storageAccount.bicep index 4a61988446..55fe2ba350 100644 --- a/deploy/standard/bicep/modules/storageAccount.bicep +++ b/deploy/standard/bicep/modules/storageAccount.bicep @@ -105,7 +105,7 @@ resource main 'Microsoft.Storage/storageAccounts@2023-01-01' = { accessTier: 'Hot' allowBlobPublicAccess: false allowCrossTenantReplication: true - allowSharedKeyAccess: false + allowSharedKeyAccess: true defaultToOAuthAuthentication: true isHnsEnabled: enableHns isNfsV3Enabled: false