Skip to content

Commit 16a97a9

Browse files
author
Matthew Harris
committed
Adjusted for PIA
1 parent 6b339e7 commit 16a97a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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/pia/azure-aisearch-functionapp-python:latest",
195+
"linuxFxVersion": "DOCKER|ghcr.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/pia/azure-aisearch-functionapp-dotnet:latest",
263+
"linuxFxVersion": "DOCKER|ghcr.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/pia/azure-aisearch-webapp",
366+
"linuxFxVersion": "DOCKER|ghcr.io/astrobagel/azure-aisearch-webapp",
367367
"alwaysOn": true,
368368
"appSettings": [
369369
{

0 commit comments

Comments
 (0)