HA62481793
HA62481793

Reputation: 19

What are my (free) options for hosting my Office add-in web-app?

I am building an Outlook add-in for my employer to adapt Outlook's functionality more to their needs. In order to deploy the add-in, the .html and .js files need to be hosted somewhere.

Microsoft's documentation recommends to use their Azure service to host. This is not desirable as we are a small company and cannot justify paying $45/month for some basic extra Outlook functionality.

We would also prefer that the add-in is not hosted on the public web as that would cause potential security concerns.

We have a small on-site server, could it be hosted on there somehow?

Thanks for your help.

Upvotes: 1

Views: 616

Answers (1)

JustRaman
JustRaman

Reputation: 1161

Talking about the free reliable options for static site hosting. Here is the list of providers that I know.

sorted based on reliability and ease of deployment

  1. Github Pages
  2. Google Firebase
  3. Netlify
  4. Vercel
  5. Heroku
  6. AWS S3 and Amplify

Upvotes: 0

Related Questions