Thanks Man. Really helped me a lot in solving which stack to use. I used NodeJS and it just won't serve the page. I followed your instruction to use the PHP stack and it worked. I owe you.
@RoeeShachar4 жыл бұрын
I've followed your previous videos with no success due to the Azure changes and ran into this video by no means Thank you so much, helped a lot
@quocboy1593 жыл бұрын
Perfect. Thanks Billy so much
@themelbournebeerreview13955 жыл бұрын
I scoured the azure documentation for guidance on deploying a react app to azure. It was completely useless. Your video was perfect and saved me so much time. You, sir, are a legend, thank you. You have a new subscriber.
@PrzemyslawLunic5 жыл бұрын
Thanks billy for this! I've been really struggling over last couple days over this update... You solved it all! Thanks for your videos they deserve more on youtube than anything!
@SteffoDimfelt4 жыл бұрын
Thank you so much Billy! This was my last bit of the puzzle.
@Tjol123455 жыл бұрын
Thank you Billy! This is good stuff, precise and well explained! :-) Keep up the good work!
@daraoladapo5 жыл бұрын
Thank you Billy. This video just saved me!
@GeneralTischkicker4 жыл бұрын
Great Tutorial! Sadly, i am getting an Error when my release pipeline is runnig: Error: 'credentials' cannot be null. Any idea what could be the cause for this?
@rahmanmahmoodi85735 жыл бұрын
Do you have this sample code in Github somewhere to practice CI/CD with? TA
@hughsdtf5 жыл бұрын
Hey Billy, how would go about prevent the app from 404 when you refresh with react router. Its setup with Linux. Been reading about the web.config and for linux a .htaccess file. Not sure where to update or how to edit these on azure.
@rudeadyet19924 жыл бұрын
Thanks Billy. Just wanted to know if this works with react-router as well?
@beaum43105 жыл бұрын
Thank you. Can you show how to deploy to AWS.
@marcuswong42865 жыл бұрын
Thanks the update. How can Azure App service handle the routing in react/ any other SPA ? it will show "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable." when refresh the page
@marcuswong42865 жыл бұрын
@@BillyTech0 Thanks for reply. Yes i am using history mode, without #.
@marcuswong42865 жыл бұрын
@@BillyTech0 I found some blog or post said add web.comfig at site/wwwroot on Azure web service, but it did not work for me. stackoverflow.com/questions/50753669/azure-app-service-not-working-with-custom-routing-in-react-redux-web-app-need
@marcuswong42865 жыл бұрын
@@BillyTech0 Finally, add web.config is work now. I don't know why not work before when use FTP deploy. Also i found this www.brandonbarnett.io/blog/2019/02/why-isnt-azure-app-service-deploy-copying-files-to-my-web-apps-wwwroot/ explain Azure pipeline deploy is different from FTP deploy. I use this marketplace.visualstudio.com/items?itemName=eliostruyf.build-task to create web.config file. Maybe you can update the video for handling SPA routing. Thanks for your video. This much better than Microsoft's document.
@christian152134 жыл бұрын
Billy you da man. Thanks but I need help with that index.js file hahah lol
@christian152134 жыл бұрын
You're vidoe's are awesome but you really need to explain that PM2 a little better as it makes much more sense to use from what you were describing lol too a couple extra days on that one.