You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great to get the ability to deploy a fabric_sql_database but to make it useful to downstream terraform config it would be great if it returned the connection details for the created database (similar to how fabric_warehouse does).
In order by create downstream terraform config eg, add connection details to key vault we need the fabric_sql_database create to return to server_name & the database_name
🛰 Alternatives
We can get:
database_name via a concat of display_name and id
server_name via a warehouse create output and swapping .datawarehouse.fabric.microsoft.com with .database.fabric.microsoft.com
Do you know anyway I can log feature requests with the Fabric Rest API team?
I can log on the Fabric Ideas portal but not quite the same as logging direct with the team via github or something similar.
🚀 Feature description
Great to get the ability to deploy a fabric_sql_database but to make it useful to downstream terraform config it would be great if it returned the connection details for the created database (similar to how fabric_warehouse does).
Something like below in the state maybe
🔈 Motivation
In order by create downstream terraform config eg, add connection details to key vault we need the fabric_sql_database create to return to server_name & the database_name
🛰 Alternatives
We can get:
database_name via a concat of display_name and id
server_name via a warehouse create output and swapping .datawarehouse.fabric.microsoft.com with .database.fabric.microsoft.com
Neither are ideal though
🚧 Potential Configuration / Desired Solution
Output similar to below
📎 Additional context
No response
☑️ Acceptance Criteria
Once a fabric_sql_database is deployed we can get its server_name & database_name
🔰 Code of Conduct
The text was updated successfully, but these errors were encountered: