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