Hello You have the solution in linux azure app service with 404 error direct access route in angular ? cause we don't have iis serveur but nginx i got success with deploy on azure app service and it's better ftp upload.
@landondan901210 ай бұрын
Hi. Can you please add more details on how to build release package for various environments (Dev, Test & Prod) that can automatically alter the environment.ts values based off environment.
@learnsmartcoding10 ай бұрын
Sure, will do
@MrTheElement Жыл бұрын
Thanks for the video man! , it helped me a lot
@learnsmartcoding Жыл бұрын
Glad to hear it!
@rutumbharapasupalak557710 ай бұрын
Can you share the how can we archive before publishing it!
@learnsmartcoding10 ай бұрын
Hi, The package is already available in zip format and in build server, we don't need to achieve any artifacts for deployment. May I know why you would like to achieve ? I will look for solution to achieve in pipeline. Hope this helps. Happy coding!
@rutumbharapasupalak557710 ай бұрын
If i am defining the publish artifact task like the same i am getting error like path not found
@learnsmartcoding10 ай бұрын
Hi, Generally based on what is configured in angular.json for output build makes the folder structure in angular build (we build locally or pipeline builds). You can modify the structure here to make only one folder after build. github.com/learnsmartcoding/lsc-restaurant-table-booking-app/blob/main/angular.json#L16 Build server always builds and zips the entire content, when it is deployed it is automatically unzipped and deployed properly. In my opinion, we don't need to achieve any build content. Hope this helps. Happy coding!
@mourtallafatydiawara2637 Жыл бұрын
Hello can you share with me the first link for creating the app service in azure portal and i want to know how can i do to automatcly change the url of asset in index.html
@learnsmartcoding Жыл бұрын
Hello, Please check the below link for App service deployment. kzbin.info/www/bejne/hoargop8erOoptUsi=FIjBaiTkfBjkYA8c Also, the entire series part by part can be found in this playlist. kzbin.info/www/bejne/Y4ezcoKwhKufma8 Hope this helps. Happy coding!