Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 0f1a7cb

Browse files
committed
SQLML: Adding note for SQL MI
1 parent 2528be8 commit 0f1a7cb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/machine-learning/package-management/python-package-information.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ sp_configure 'external scripts enabled', 1;
5757
RECONFIGURE WITH override;
5858
```
5959

60+
::: moniker range="=azuresqldb-mi-current||=sqlallproducts-allversions"
61+
> [!IMPORTANT]
62+
> On Azure SQL Managed Instance, running this command triggers a SQL server restart for the RG settings to take effect. This can cause a few seconds of unavailability.
63+
::: moniker-end
64+
6065
Run the following SQL statement if you want to verify the default library for the current instance. This example returns the list of folders included in the Python `sys.path` variable. The list includes the current directory and the standard library path.
6166

6267
```sql

0 commit comments

Comments
 (0)