Skip to content

Commit 8038fb4

Browse files
author
Matthew Harris
committed
Using Dockerhub
1 parent b5619cc commit 8038fb4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ If you install Azure CLI, these templates can be deoplyed with ...
2020

2121
```
2222
az login
23-
az deployment group create --resource-group <resource-group-name> --template-file <path-to-template-file>
23+
az deployment group create --resource-group rg-ai4i-test-eus2-001 --template-file azuredeploy.json
2424
```
2525

26-
Be sure to use a test resource group like `rg-ai4i-test-eus2-001`, for example ...
26+
If you get an alery about OpenAI quotas, go to 'Azure AI Services' in the Azure portal, click on Azure Open AI, then 'Manage deleted resources' and purge any pending items to clear up quota.
2727

28-
`az deployment group create --resource-group rg-ai4i-test-eus2-001 --template-file search/search_stack.json`
28+
**Notes:** At time of writing automatic activation of authentication of the werb app wasn't complete. You should navigate to the component in the Azure portal and set Authentication to the Microsoft identity provider so only people with access to the subscription can log in.
2929

3030
# ORIGINAL README ...
3131

azuredeploy.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"properties": {
193193
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('functionPlanName'))]",
194194
"siteConfig": {
195-
"linuxFxVersion": "DOCKER|ghcr.io/astrobagel/azure-aisearch-functionapp-python:latest",
195+
"linuxFxVersion": "DOCKER|index.docker.io/astrobagel/azure-aisearch-functionapp-python:latest",
196196
"appSettings": [
197197
{
198198
"name": "FUNCTIONS_EXTENSION_VERSION",
@@ -260,7 +260,7 @@
260260
"properties": {
261261
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('functionPlanName'))]",
262262
"siteConfig": {
263-
"linuxFxVersion": "DOCKER|ghcr.io/astrobagel/azure-aisearch-functionapp-dotnet:latest",
263+
"linuxFxVersion": "DOCKER|index.docker.io/astrobagel/azure-aisearch-functionapp-dotnet:latest",
264264
"appSettings": [
265265
{
266266
"name": "FUNCTIONS_EXTENSION_VERSION",
@@ -363,7 +363,7 @@
363363
"clientAffinityEnabled": false,
364364
"httpsOnly": true,
365365
"siteConfig": {
366-
"linuxFxVersion": "DOCKER|ghcr.io/astrobagel/azure-aisearch-webapp",
366+
"linuxFxVersion": "DOCKER|index.docker.io/astrobagel/azure-aisearch-webapp",
367367
"alwaysOn": true,
368368
"appSettings": [
369369
{

0 commit comments

Comments
 (0)