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
This pull request includes an update to the documentation for the
`Mirrored Database` section. The change clarifies the behavior of the
`find_replace` section in the `parameter.yml` file.
Documentation update:
*
[`docs/how_to/item_types.md`](diffhunk://#diff-2b5373cf38b50a290bee3f403778f7dff7cdc942ddbb39026b291da113dc6025L29-R29):
Clarified that connections will always point to the original source
database unless parameterized in the `find_replace` section of the
`parameter.yml` file.
Copy file name to clipboardExpand all lines: docs/how_to/item_types.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
## Mirrored Database
27
27
28
28
-**Parameterization:**
29
-
-The `find_replace` section in the `parameter.yml` file is not applied.
29
+
-Connections will always point to the original source database unless parameterized in the `find_replace` section of the `parameter.yml` file.
30
30
-**Initial deployment** for Azure SQL Database or Azure SQL Managed Instance requires manual granting of System Assigned Managed Identity (SAMI) Read and Write permission to the mirrored database for replication to be successful after deployment. ref -> ([Prerequisites](https://learn.microsoft.com/en-us/fabric/database/mirrored-database/mirrored-database-rest-api#create-mirrored-database))
31
31
-**Unpublish** - a warning is shown for any default Semantic Models created by the Mirror Database. This is a current limitation of the Fabric API and can be ignored.
0 commit comments