Deleting my Browser Cache was the solution
Function App View not loading
When trying to view my function app resource via the azure portal, I am stuck in the loading view, meaning I only see the three dots building up and vanishing.
Right before this issue came upc, I committed a new HTTP-function from my local repository to my azure devops remote repository via vs code. I wanted to test the automatically triggered CI/CD pipeline feature and see whether the new function would be deployed into my existing function app or not. No errors for the building/deployment of my code change but now I am unable to view the function app resource in my web browser using the azure portal.
Does anyone know where the problem might be and how to fix it?
Thank you in advance!