https://github.com/petrbroz/azure-forge-sample-app
Sample Autodesk Forge application prepared for deployment to Microsoft Azure.
https://github.com/petrbroz/azure-forge-sample-app
Last synced: 6 months ago
JSON representation
Sample Autodesk Forge application prepared for deployment to Microsoft Azure.
- Host: GitHub
- URL: https://github.com/petrbroz/azure-forge-sample-app
- Owner: petrbroz
- Created: 2019-05-07T09:29:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T09:30:04.000Z (over 6 years ago)
- Last Synced: 2025-02-17T20:41:27.699Z (8 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azure-forge-sample-app
Sample [Forge](https://forge.autodesk.com)/Node.js application prepared for deployment
to [Microsoft Azure](https://azure.microsoft.com).## Prerequisites
- Microsoft Azure account
- Forge application credentials ([How to create a Forge application](https://forge.autodesk.com/en/docs/oauth/v2/tutorials/create-app))
- [Visual Studio Code](https://code.visualstudio.com) with the following extensions:
- [Azure Account](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account)
- [Azure Storage](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestorage)
- [Azure Functions](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions)> For more information about the Azure integration in Visual Studio Code,
> see https://code.visualstudio.com/tutorials/functions-extension/getting-started
> and https://code.visualstudio.com/tutorials/static-website/getting-started## Deployment
- Create a new Azure setup using _deployment/template.json_,
and entering your Forge application credentials
- Deploy this project to Azure Functions, for example, by right-clicking
the Azure Functions application in sidebar and selecting _Deploy to Function App..._
- Update the `API_HOST` const in _public/viewer.js_ to point to your Azure Function
- Deploy the _public_ subfolder to Azure Storage, for example, by right-clicking
the folder in sidebar and selecting _Deploy to Static Website..._> TODO: link to blog post explaining all the steps in detail