Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielgary/remix-azure-template
https://github.com/danielgary/remix-azure-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielgary/remix-azure-template
- Owner: danielgary
- Created: 2021-07-14T02:29:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T04:52:13.000Z (almost 3 years ago)
- Last Synced: 2024-05-09T08:32:25.203Z (6 months ago)
- Language: TypeScript
- Size: 163 KB
- Stars: 26
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-remix - remix-azure-template - Remix app deployed to Azure Functions. (Starter)
- awesome-remix - remix-azure-template - Remix app deployed to Azure Functions. (Starter)
README
# Welcome to Remix!
#### Hat tip to [@ascorbic](https://github.com/ascorbic/remix-on-netlify/) for his Netlify Template and to [@anthonychu](https://github.com/anthonychu) for his support getting this to work on Azure Static Web Apps.
## Documents
- [Remix Docs](https://docs.remix.run)
- [Customer Dashboard](https://remix.run/dashboard)## Publishing
You will need to set the following secrets in your repo:
- REMIX_LICENSE_KEY: Get this from your [Remix Dashboard](https://remix.run/dashboard)
- AZURE_STATIC_WEB_APPS_TOKEN: Get this from your [Azure Portal](https://portal.azure.com). On the overview screen for your static web app, there is a button at the top that says **Manage Token**. That should be your secret value.## Future
In the future, I would like to add a **Deploy to Azure** button to this page, but that requires an Azure Resource Management (ARM) template and right now Static Web Apps with functions aren't supported for ARM templates.