Repo to quickly host Whoogle Search on Azure Container Instances or Azure Container Apps Preview.
- update
<azure region>
inCaddyfile
. - generate
ca.cert
undercerts/ca.cert
. - update
AZURE_GROUP_NAME
inrun.sh
. - update
AZURE_GROUP_NAME
andLOCATION
inazure-storage-create.sh
. - update
<azure region>
insetup.yaml
. - apply other desired settings in
setup.yaml
az login --use-device-code --tenant <yourdiretory.onmicrosoft.com>
# upload Caddyfile to Azure Storage Files
# this script will print `storageAccountName` and `storageAccountKey`
./azure-storage-create.sh
# update `storageAccountName` and `storageAccountKey` in `setup.yaml`
# deploy container instance
./run.sh
- update
AZURE_GROUP_NAME
inazure-container-app-run.sh
. - update
AZURE_LOCATION
inazure-container-app-run.sh
. - update
<azure region>
incontainerapp.yaml
. - update
kubeEnvironmentId
incontainerapp.yaml
. - apply other desired settings in
containerapp.yaml
az login --use-device-code --tenant <yourdiretory.onmicrosoft.com>
./azure-container-app-run.sh