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
Historically, updates to the UserPrincipalName attribute using the sync service from on-premises has been blocked, unless both of these conditions are true:
87
+
Historically, updates to the UserPrincipalName attribute using the sync service from on-premises has been blocked, unless both of these conditions were true:
88
88
89
89
* The user is managed (non-federated).
90
90
* The user has not been assigned a license.
91
91
92
-
For more details, see [User names in Office 365, Azure, or Intune don't match the on-premises UPN or alternate login ID](https://support.microsoft.com/kb/2523192).
92
+
> [!NOTE]
93
+
> From March 2019, synchronizing UPN changes for federated user accounts is allowed.
94
+
>
93
95
94
96
Enabling this feature allows the sync engine to update the userPrincipalName when it is changed on-premises and you use password hash sync or pass-through authentication.
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-elastic-pool.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,6 @@ For more information, see [create SQL Database alerts in Azure portal](sql-datab
220
220
221
221
- For pricing information, see [Elastic pool pricing](https://azure.microsoft.com/pricing/details/sql-database/elastic).
222
222
- To scale elastic pools, see [Scaling elastic pools](sql-database-elastic-pool-scale.md) and [Scale an elastic pool - sample code](scripts/sql-database-monitor-and-scale-pool-powershell.md)
223
-
- For a video, see [Microsoft Virtual Academy video course on Azure SQL Database elastic capabilities](https://mva.microsoft.com/training-courses/elastic-database-capabilities-with-azure-sql-db-16554)
224
223
- To learn more about design patterns for SaaS applications using elastic pools, see [Design Patterns for Multi-tenant SaaS Applications with Azure SQL Database](sql-database-design-patterns-multi-tenancy-saas-applications.md).
225
224
- For a SaaS tutorial using elastic pools, see [Introduction to the Wingtip SaaS application](sql-database-wtp-overview.md).
226
225
- To learn about resource management in elastic pools with many databases, see [Resource management in dense elastic pools](sql-database-elastic-pool-resource-management.md).
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/custom-script-linux.md
+39-8Lines changed: 39 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -448,7 +448,7 @@ Here you can see:
448
448
* The extension downloading file and the result of that.
449
449
* The command being run and the result.
450
450
451
-
You can also retrieve the execution state of the Custom Script Extension by using Azure CLI:
451
+
You can also retrieve the execution state of the Custom Script Extension including the actual arguments passed as the `commandToExecute`by using Azure CLI:
452
452
453
453
```azurecli
454
454
az vm extension list -g myResourceGroup --vm-name myVM
@@ -457,13 +457,44 @@ az vm extension list -g myResourceGroup --vm-name myVM
0 commit comments