From 002ea8e030c591ce5b1aa6488d321b59329097c2 Mon Sep 17 00:00:00 2001 From: Pablo Padua <46659839+pablo-padua@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:18:10 -0800 Subject: [PATCH] Update README.md --- deployment/azure/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/azure/README.md b/deployment/azure/README.md index b7d395f6..7833f50b 100644 --- a/deployment/azure/README.md +++ b/deployment/azure/README.md @@ -40,9 +40,9 @@ $ cd titiler/deployment/azure $ az login $ az group create --name AzureFunctionsTiTiler-rg --location eastus -$ az storage account create --name titilerstorage --sku Standard_LRS -g AzureFunctionsTiTiler-rg -$ az functionapp create --consumption-plan-location eastus --runtime python --runtime-version 3.8 --functions-version 3 --name titiler --os-type linux -g AzureFunctionsTiTiler-rg -s titilerstorage -$ func azure functionapp publish titiler +$ az storage account create --name {your-new-storage-name} --sku Standard_LRS -g AzureFunctionsTiTiler-rg +$ az functionapp create --consumption-plan-location eastus --runtime python --runtime-version 3.9 --functions-version 4 --name {your-new-function-name} --os-type linux -g AzureFunctionsTiTiler-rg -s {your-new-storage-name} +$ func azure functionapp publish titiler --python ``` or