GithubHelp home page GithubHelp logo

Comments (6)

michelpf avatar michelpf commented on July 28, 2024

Sorry, I figure out that webpack generate the html + css + js files ready to deploy for static web hosting. So, there is no arrangements for Azure. Pay attention to the index.html, all references of files contains "/" at he beginning, which indicates to the browser to search not on relative path, but absolute, so the browser was trying to find at C:// (in Windows).

from build-your-own-radar.

gustavz avatar gustavz commented on July 28, 2024

Hey @michelpf, Did you manage to deploy it on Azure somehow?

from build-your-own-radar.

michelpf avatar michelpf commented on July 28, 2024

Hey @gustavz it is a bunch of static files, so you can deploy in Azure Blobs ou WebApps. I prefer Blobs because now they are more friendly with HTML hosting, just like S3.

from build-your-own-radar.

gustavz avatar gustavz commented on July 28, 2024

@michelpf Can you name the steps or is there any tutorial on how to deploy a project like this on Blovs or WebApps?

from build-your-own-radar.

michelpf avatar michelpf commented on July 28, 2024

Just copy the files in Azure Blobs (just like a Dropbox file manager in Azure console) then put the container public.
Try to understand how to host static files in Azure Blobs. It is a good start. 😄

from build-your-own-radar.

gustavz avatar gustavz commented on July 28, 2024

@michelpf Azure Blobs currently does not work for me.
How can i deploy it on Azure Web Apps?

from build-your-own-radar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.