Classic was deprecated and StorageAccountName was removed since it only works with Classic
Container Registry.
Az.Functions
Get-AzFunctionApp
Removed IncludeSlot switch parameter from all but one parameter set of Get-AzFunctionApp. The
cmdlet now supports retrieving deployment slots in the results when -IncludeSlot is specified.
This functionality was broken in the previous cmdlet version. However, this is now fixed.
New-AzFunctionApp
Fixed -DisableApplicationInsights in New-AzFunctionApp so that no application insights project
is created when this option is specified.
Removed support to create PowerShell 6.2 function apps since PowerShell 6.2 is EOL. The current
guidance for customers is to create PowerShell 7.0 function apps instead.
Changed the default runtime version in Functions version 3 on Windows for PowerShell function apps
from 6.2 to 7.0 when the RuntimeVersion parameter is not specified.
Changed the default runtime version in Functions version 3 on Windows and Linux for Node function
apps from 10 to 12 when the RuntimeVersion parameter is not specified. However, users can still
create Node 10 function apps by specifying -Runtime Node and -RuntimeVersion 10. Changed the
default runtime version in Functions version 3 on Linux for Python function apps from 3.7 to 3.8
when the RuntimeVersion parameter is not specified. However, users can still create Python 3.7
function apps by specifying -Runtime Python and -RuntimeVersion 3.7.
Before
PowerShell
# Create a Node 10 function app on LinuxNew-AzFunctionApp -ResourceGroupName$rd `
-Name$functionAppName `
-StorageAccountName$storageAccountName `
-Location$location `
-OSType Linux `
-Runtime Node
# Create a Node 10 function app on WindowsNew-AzFunctionApp -ResourceGroupName$rd `
-Name$functionAppName `
-StorageAccountName$storageAccountName `
-Location$location `
-OSType Windows `
-Runtime Node
# Create a Python 3.7 function app on LinuxNew-AzFunctionApp -ResourceGroupName$rd `
-Name$functionAppName `
-StorageAccountName$storageAccountName `
-Location$location `
-OSType Linux `
-Runtime Python
After
PowerShell
# Create a Node 10 function app on LinuxNew-AzFunctionApp -ResourceGroupName$rd `
-Name$functionAppName `
-StorageAccountName$storageAccountName `
-Location$location `
-OSType Linux `
-Runtime Node `
-RuntimeVersion10# Create a Node 10 function app on WindowsNew-AzFunctionApp -ResourceGroupName$rd `
-Name$functionAppName `
-StorageAccountName$storageAccountName `
-Location$location `
-OSType Windows `
-Runtime Node
# Create a Python 3.7 function app on LinuxNew-AzFunctionApp -ResourceGroupName$rd `
-Name$functionAppName `
-StorageAccountName$storageAccountName `
-Location$location `
-OSType Linux `
-Runtime Python `
-RuntimeVersion3.7
Az.KeyVault
New-AzKeyVault
No longer supports the parameter DisableSoftDelete and no alias was found for the original parameter name.
Before
PowerShell
# Opt out soft delete while creating a key vaultNew-AzKeyVault -VaultName'Contoso03Vault' -ResourceGroupName'Group14' -Location'East US' -DisableSoftDelete
After
The ability to update soft-delete setting is deprecated in Az.KeyVault 3.0.0. Read more
Update-AzKeyVault
No longer supports the parameter EnableSoftDelete, SoftDeleteRetentionInDays, and no alias was
found for the original parameter name.
The ability to update soft-delete setting is deprecated in Az.KeyVault 3.0.0. Read more
Get-AzKeyVaultSecret
The property SecretValueText of type Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret
has been removed. Either apply a -AsPlainText to the call to get the plain text secret,
or use $secret.SecretValue of type SecureString in your script.
No longer supports the parameter FromBackup, FromRestorePoint, BackupResourceGroupName,
BackupWorkspaceName, BackupSqlPoolName, BackupSqlPoolObject, BackupResourceId,
SourceResourceGroupName, SourceWorkspaceName, SourceSqlPoolName, SourceSqlPoolObject,
SourceResourceId, RestorePoint, and no alias was found for the original parameter name.
Azure HPC היא יכולת ענן שנבנתה למטרה עבור עומס עבודה של בינה מלאכותית מסוג HPC &, באמצעות מעבדים מהקצה המוביל וחיבור InfiniBand ברמה HPC, כדי לספק את ביצועי האפליקציות, המדרגיות והערך הטובים ביותר. Azure HPC מאפשר למשתמשים לשחרר נעילה של חדשנות, פרודוקטיביות וגמישות עסקית באמצעות מגוון רחב של טכנולוגיות HPC & AI שניתן להקצות באופן דינאמי עם שינוי הצרכים העסקיים והטכנולוגיים שלך. נתיב למידה זה הוא סידרה של מודולים שיעזרו לך להתחיל בעבודה ב- Azure HPC - באפשרותך לבחור נושאים שמעניינים אותך ביותר או להתקדם לאו