...
There are also instructions included in your new custom app in the ./readme.html document.
Adding a custom widget to portal
Custom widgets can be added as content items to an ArcGIS Enterprise Portal. See the following:
https://enterprise.arcgis.com/en/portal/latest/use/add-custom-widgets.htm
Azure storage static sites
...
Update env.js to supply an apiUrl, as a local relative path is assumed
apiUrl = "https://js.arcgis.com/3.29",
Create a static site by following this documentation:
Use Microsoft Azure Storage Explorer to copy your app
From …\WebAppBuilderForArcGIS\server\apps
To $web
Follow the remaining steps to
Add the app as content and register the web app
Version Control
- Determine how to integrate with version control
Continuous Integration
Since the AppID needs to be registered we can’t reuse the same app on multiple platforms. Once an app has been added and registered we can update the source to keep it up to date. Pipelines that write that blob storage should be easily configured.