azure-web-app-service

Deployed Angular dist/ on Azure Web App showing me default screen

别来无恙 提交于 2020-12-07 07:12:59
问题 I have setup CI-CD on Azure DevOps using classical editor .I did managed to Build angular by Build Pipeline and Using Release pipelines I have pushed the Angular /dist folder to the web app. The contents are in the following : /home/site/wwwroot/my-angular-app/ But whenever I open url for the web-app I only could see default web-page of azure web app. I have deployed on Web App (Linux) and I have choose Node as runtime task. As I'm new to Azure Is there anything else needs to done ? Thanks in

Deployed Angular dist/ on Azure Web App showing me default screen

痴心易碎 提交于 2020-12-07 07:12:30
问题 I have setup CI-CD on Azure DevOps using classical editor .I did managed to Build angular by Build Pipeline and Using Release pipelines I have pushed the Angular /dist folder to the web app. The contents are in the following : /home/site/wwwroot/my-angular-app/ But whenever I open url for the web-app I only could see default web-page of azure web app. I have deployed on Web App (Linux) and I have choose Node as runtime task. As I'm new to Azure Is there anything else needs to done ? Thanks in

Deployed Angular dist/ on Azure Web App showing me default screen

喜夏-厌秋 提交于 2020-12-07 07:10:16
问题 I have setup CI-CD on Azure DevOps using classical editor .I did managed to Build angular by Build Pipeline and Using Release pipelines I have pushed the Angular /dist folder to the web app. The contents are in the following : /home/site/wwwroot/my-angular-app/ But whenever I open url for the web-app I only could see default web-page of azure web app. I have deployed on Web App (Linux) and I have choose Node as runtime task. As I'm new to Azure Is there anything else needs to done ? Thanks in

Azure Managed Identity from within a docker container running locally

☆樱花仙子☆ 提交于 2020-12-05 05:12:03
问题 I am running a docker container consisting of a asp.net core 2.2 api. This api needs access to Azure key vault and I have signed in into Visual studio with a user that has the right access policies on the Key Vault to retrieve secrets. However, when I use visual studio tools for docker to debug the container, this particular sign in does not seem to propogate inside the container running locally. But when i run the application locally(without running it in docker container) the asp net core

Azure Managed Identity from within a docker container running locally

主宰稳场 提交于 2020-12-05 05:11:21
问题 I am running a docker container consisting of a asp.net core 2.2 api. This api needs access to Azure key vault and I have signed in into Visual studio with a user that has the right access policies on the Key Vault to retrieve secrets. However, when I use visual studio tools for docker to debug the container, this particular sign in does not seem to propogate inside the container running locally. But when i run the application locally(without running it in docker container) the asp net core

Manifest: Line: 1, column: 1, Syntax error

人盡茶涼 提交于 2020-12-02 07:04:26
问题 This is the hosted url: https://serviceworkerspike.azurewebsites.net/ I'm using Vuejs to create a PWA as a school project, and whenever I host the website with Azure this happens, I don't have the problem on localhost... Chrome devtools responds with this: /manifest.json:1 Failed to load resource: the server responded with a status of 404 () /manifest.json:1 Manifest: Line: 1, column: 1, Syntax error. manifest.json:1 GET https://serviceworkerspike.azurewebsites.net/manifest.json 404 manifest

Angular CLI app not running when deploying to Linux App Service

戏子无情 提交于 2020-12-01 07:45:34
问题 I'm trying to deploy an Angular CLI app to Azure App Service on Linux OS, using Azure Dev Ops - but no success. I get Image 1. No error in the server or application logs. This is what I done so far: Built the Angular CLI app using DevOps Build and placed the resulted "dist" folder to the "drop" folder. See below (Image 2) the tasks that compose my build. This is working fine and creating the expected files. Created a release in DevOps, deploying all the dist files in the wwwroot folder in the

How many App Services for one application?

这一生的挚爱 提交于 2020-11-30 01:32:24
问题 As an a Azure app service plan can host unlimited apps (api or web), for the same service plan, would API apps function any differently (e.g. perform worse or better) if they are deployed to multiple Web API apps or a single app? E.g. I have 500 APIs for line of business application. From a performance and management perspective is deploying to one app better or worse than deploying to multiple apps? From a management perspective I can see it being more work having multiple apps (e.g.

how can you upload files to an Azure Web Apps virtual directory?

拟墨画扇 提交于 2020-11-28 02:01:44
问题 how can you upload files to an Azure Web Apps virtual directory ? I created a virtual directory for example called \UAT but when i log on via ftp its not visible ? 回答1: You can set the FTP credentials on the Deployment credentials blade within your App Service: However, the easiest way is to upload your files using the KUDU console. To access the console navigate to https://<yoursite>.scm.azurewebsites.net where <yoursite> is the name of your App In the Kudu console, click on the Debug