What happened?
If a Fabric Apps template is used where a SQL Database should be deployed (or the settings are set in the rayfin config) while workspace-level private links are available, a 500 internal server error is thrown while deploying the app.
See the documentation
Tenant-level private links are available for SQL database, but currently, workspace-level private links are not available in SQL database.
Workaround: Try to use localStorage where data is kept on the server. This is kept outside EntraID so not great for sensitive data!
Steps to reproduce
- Create a separate SQL database in your Fabric workspace
- If you get this error, Fabric Apps cannot make use of a SQL Database:
- Generate a Rayfin app using a template that wants to roll out a SQL database
- 'up' the Rayfin app
- A generic 500 error occurs in your command prompt
Environment
Logs or screenshots
The roll-out should be able to handle this situation, preventing the 500. Having SQL databases supporting these private endpoints would be great!
What happened?
If a Fabric Apps template is used where a SQL Database should be deployed (or the settings are set in the rayfin config) while workspace-level private links are available, a 500 internal server error is thrown while deploying the app.
See the documentation
Workaround: Try to use localStorage where data is kept on the server. This is kept outside EntraID so not great for sensitive data!
Steps to reproduce
Environment
Logs or screenshots
The roll-out should be able to handle this situation, preventing the 500. Having SQL databases supporting these private endpoints would be great!