skip to Main Content

Ubuntu – azure function responding with 503 or 502 error after some intervals

I have an azure function deployed which is giving this exception as follows: [![Unable to reload azure.functions. Using default. Exception: cannot import name 'BlobSource' from 'azure.functions.decorators' (/azure-functions-host/workers/python/3.9/LINUX/X64/azure/functions/decorators/init.py)][1]][1] Along with the above exception, I am keep getting 502 or 503 error…

VIEW QUESTION

Docker – (InaccessibleImage) The image From Azure container instance

I am using following commands: but it is failing with following image. how to fix this? az container create --resource-group $(zapACIGroupName) --name $(zapACIName) --image owasp/zap2docker-stable --ports 8080 8090 --azure-file-volume-account-name $(zapACIStoreName) --azure-file-volume-account-key $(createSA.aciStoreKey) --azure-file-volume-share-name $(zapACIShareName) --azure-file-volume-mount-path /zap/wrk/ --command-line "/bin/bash -c 'zap-baseline.py…

VIEW QUESTION
Back To Top
Search