Skip to content

Commit 4e6ecbc

Browse files
Update domain name of online docs
Co-authored-by: dingmeng-xue <[email protected]>
1 parent 7229dd3 commit 4e6ecbc

File tree

168 files changed

+244
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+244
-244
lines changed

src/Functions/exports/Get-AzFunctionApp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Get-AzFunctionApp -Location "Central US"
3333
.Outputs
3434
Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite
3535
.Link
36-
https://docs.microsoft.com/powershell/module/az.functions/get-azfunctionapp
36+
https://learn.microsoft.com/powershell/module/az.functions/get-azfunctionapp
3737
#>
3838
function Get-AzFunctionApp {
3939
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite])]

src/Functions/exports/Get-AzFunctionAppAvailableLocation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Get-AzFunctionAppAvailableLocation -PlanType Consumption -OSType Windows
2929
.Outputs
3030
Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion
3131
.Link
32-
https://docs.microsoft.com/powershell/module/az.functions/get-azfunctionappavailablelocation
32+
https://learn.microsoft.com/powershell/module/az.functions/get-azfunctionappavailablelocation
3333
#>
3434
function Get-AzFunctionAppAvailableLocation {
3535
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion])]

src/Functions/exports/Get-AzFunctionAppPlan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Get-AzFunctionAppPlan -Location "Central US"
3131
.Outputs
3232
Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan
3333
.Link
34-
https://docs.microsoft.com/powershell/module/az.functions/get-azfunctionappplan
34+
https://learn.microsoft.com/powershell/module/az.functions/get-azfunctionappplan
3535
#>
3636
function Get-AzFunctionAppPlan {
3737
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan])]

src/Functions/exports/Get-AzFunctionAppSetting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ INPUTOBJECT <ISite>:
189189
[ScmSiteAlsoStopped <Boolean?>]: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
190190
[ServerFarmId <String>]: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
191191
.Link
192-
https://docs.microsoft.com/powershell/module/az.functions/get-azfunctionappsetting
192+
https://learn.microsoft.com/powershell/module/az.functions/get-azfunctionappsetting
193193
#>
194194
function Get-AzFunctionAppSetting {
195195
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary])]

src/Functions/exports/New-AzFunctionApp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ New-AzFunctionApp -Name MyUniqueFunctionAppName `
4141
.Outputs
4242
Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite
4343
.Link
44-
https://docs.microsoft.com/powershell/module/az.functions/new-azfunctionapp
44+
https://learn.microsoft.com/powershell/module/az.functions/new-azfunctionapp
4545
#>
4646
function New-AzFunctionApp {
4747
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite])]

src/Functions/exports/New-AzFunctionAppPlan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ New-AzFunctionAppPlan -ResourceGroupName MyResourceGroupName `
3131
.Outputs
3232
Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan
3333
.Link
34-
https://docs.microsoft.com/powershell/module/az.functions/new-azfunctionappplan
34+
https://learn.microsoft.com/powershell/module/az.functions/new-azfunctionappplan
3535
#>
3636
function New-AzFunctionAppPlan {
3737
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan])]

src/Functions/exports/ProxyCmdletDefinitions.ps1

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Get-AzFunctionApp -Location "Central US"
3333
.Outputs
3434
Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite
3535
.Link
36-
https://docs.microsoft.com/powershell/module/az.functions/get-azfunctionapp
36+
https://learn.microsoft.com/powershell/module/az.functions/get-azfunctionapp
3737
#>
3838
function Get-AzFunctionApp {
3939
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite])]
@@ -208,7 +208,7 @@ Get-AzFunctionAppAvailableLocation -PlanType Consumption -OSType Windows
208208
.Outputs
209209
Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion
210210
.Link
211-
https://docs.microsoft.com/powershell/module/az.functions/get-azfunctionappavailablelocation
211+
https://learn.microsoft.com/powershell/module/az.functions/get-azfunctionappavailablelocation
212212
#>
213213
function Get-AzFunctionAppAvailableLocation {
214214
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IGeoRegion])]
@@ -372,7 +372,7 @@ Get-AzFunctionAppPlan -Location "Central US"
372372
.Outputs
373373
Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan
374374
.Link
375-
https://docs.microsoft.com/powershell/module/az.functions/get-azfunctionappplan
375+
https://learn.microsoft.com/powershell/module/az.functions/get-azfunctionappplan
376376
#>
377377
function Get-AzFunctionAppPlan {
378378
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan])]
@@ -701,7 +701,7 @@ INPUTOBJECT <ISite>:
701701
[ScmSiteAlsoStopped <Boolean?>]: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
702702
[ServerFarmId <String>]: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
703703
.Link
704-
https://docs.microsoft.com/powershell/module/az.functions/get-azfunctionappsetting
704+
https://learn.microsoft.com/powershell/module/az.functions/get-azfunctionappsetting
705705
#>
706706
function Get-AzFunctionAppSetting {
707707
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary])]
@@ -879,7 +879,7 @@ New-AzFunctionApp -Name MyUniqueFunctionAppName `
879879
.Outputs
880880
Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite
881881
.Link
882-
https://docs.microsoft.com/powershell/module/az.functions/new-azfunctionapp
882+
https://learn.microsoft.com/powershell/module/az.functions/new-azfunctionapp
883883
#>
884884
function New-AzFunctionApp {
885885
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite])]
@@ -1180,7 +1180,7 @@ New-AzFunctionAppPlan -ResourceGroupName MyResourceGroupName `
11801180
.Outputs
11811181
Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan
11821182
.Link
1183-
https://docs.microsoft.com/powershell/module/az.functions/new-azfunctionappplan
1183+
https://learn.microsoft.com/powershell/module/az.functions/new-azfunctionappplan
11841184
#>
11851185
function New-AzFunctionAppPlan {
11861186
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan])]
@@ -1556,7 +1556,7 @@ INPUTOBJECT <ISite>:
15561556
[ScmSiteAlsoStopped <Boolean?>]: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
15571557
[ServerFarmId <String>]: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
15581558
.Link
1559-
https://docs.microsoft.com/powershell/module/az.functions/remove-azfunctionapp
1559+
https://learn.microsoft.com/powershell/module/az.functions/remove-azfunctionapp
15601560
#>
15611561
function Remove-AzFunctionApp {
15621562
[OutputType([System.Boolean])]
@@ -1770,7 +1770,7 @@ INPUTOBJECT <IAppServicePlan>:
17701770
[TargetWorkerSizeId <Int32?>]: Scaling worker size ID.
17711771
[WorkerTierName <String>]: Target worker tier assigned to the App Service plan.
17721772
.Link
1773-
https://docs.microsoft.com/powershell/module/az.functions/remove-azfunctionappplan
1773+
https://learn.microsoft.com/powershell/module/az.functions/remove-azfunctionappplan
17741774
#>
17751775
function Remove-AzFunctionAppPlan {
17761776
[OutputType([System.Boolean])]
@@ -2108,7 +2108,7 @@ INPUTOBJECT <ISite>:
21082108
[ScmSiteAlsoStopped <Boolean?>]: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
21092109
[ServerFarmId <String>]: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
21102110
.Link
2111-
https://docs.microsoft.com/powershell/module/az.functions/remove-azfunctionappsetting
2111+
https://learn.microsoft.com/powershell/module/az.functions/remove-azfunctionappsetting
21122112
#>
21132113
function Remove-AzFunctionAppSetting {
21142114
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary])]
@@ -2448,7 +2448,7 @@ INPUTOBJECT <ISite>:
24482448
[ScmSiteAlsoStopped <Boolean?>]: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
24492449
[ServerFarmId <String>]: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
24502450
.Link
2451-
https://docs.microsoft.com/powershell/module/az.functions/restart-azfunctionapp
2451+
https://learn.microsoft.com/powershell/module/az.functions/restart-azfunctionapp
24522452
#>
24532453
function Restart-AzFunctionApp {
24542454
[OutputType([System.Boolean])]
@@ -2788,7 +2788,7 @@ INPUTOBJECT <ISite>:
27882788
[ScmSiteAlsoStopped <Boolean?>]: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
27892789
[ServerFarmId <String>]: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
27902790
.Link
2791-
https://docs.microsoft.com/powershell/module/az.functions/start-azfunctionapp
2791+
https://learn.microsoft.com/powershell/module/az.functions/start-azfunctionapp
27922792
#>
27932793
function Start-AzFunctionApp {
27942794
[OutputType([System.Boolean])]
@@ -3122,7 +3122,7 @@ INPUTOBJECT <ISite>:
31223122
[ScmSiteAlsoStopped <Boolean?>]: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
31233123
[ServerFarmId <String>]: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
31243124
.Link
3125-
https://docs.microsoft.com/powershell/module/az.functions/stop-azfunctionapp
3125+
https://learn.microsoft.com/powershell/module/az.functions/stop-azfunctionapp
31263126
#>
31273127
function Stop-AzFunctionApp {
31283128
[OutputType([System.Boolean])]
@@ -3465,7 +3465,7 @@ INPUTOBJECT <ISite>:
34653465
[ScmSiteAlsoStopped <Boolean?>]: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
34663466
[ServerFarmId <String>]: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
34673467
.Link
3468-
https://docs.microsoft.com/powershell/module/az.functions/update-azfunctionapp
3468+
https://learn.microsoft.com/powershell/module/az.functions/update-azfunctionapp
34693469
#>
34703470
function Update-AzFunctionApp {
34713471
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISite])]
@@ -3736,7 +3736,7 @@ INPUTOBJECT <IAppServicePlan>:
37363736
[TargetWorkerSizeId <Int32?>]: Scaling worker size ID.
37373737
[WorkerTierName <String>]: Target worker tier assigned to the App Service plan.
37383738
.Link
3739-
https://docs.microsoft.com/powershell/module/az.functions/update-azfunctionappplan
3739+
https://learn.microsoft.com/powershell/module/az.functions/update-azfunctionappplan
37403740
#>
37413741
function Update-AzFunctionAppPlan {
37423742
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServicePlan])]
@@ -4110,7 +4110,7 @@ INPUTOBJECT <ISite>:
41104110
[ScmSiteAlsoStopped <Boolean?>]: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
41114111
[ServerFarmId <String>]: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
41124112
.Link
4113-
https://docs.microsoft.com/powershell/module/az.functions/update-azfunctionappsetting
4113+
https://learn.microsoft.com/powershell/module/az.functions/update-azfunctionappsetting
41144114
#>
41154115
function Update-AzFunctionAppSetting {
41164116
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary])]

src/Functions/exports/Remove-AzFunctionApp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ INPUTOBJECT <ISite>:
191191
[ScmSiteAlsoStopped <Boolean?>]: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
192192
[ServerFarmId <String>]: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
193193
.Link
194-
https://docs.microsoft.com/powershell/module/az.functions/remove-azfunctionapp
194+
https://learn.microsoft.com/powershell/module/az.functions/remove-azfunctionapp
195195
#>
196196
function Remove-AzFunctionApp {
197197
[OutputType([System.Boolean])]

src/Functions/exports/Remove-AzFunctionAppPlan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ INPUTOBJECT <IAppServicePlan>:
6565
[TargetWorkerSizeId <Int32?>]: Scaling worker size ID.
6666
[WorkerTierName <String>]: Target worker tier assigned to the App Service plan.
6767
.Link
68-
https://docs.microsoft.com/powershell/module/az.functions/remove-azfunctionappplan
68+
https://learn.microsoft.com/powershell/module/az.functions/remove-azfunctionappplan
6969
#>
7070
function Remove-AzFunctionAppPlan {
7171
[OutputType([System.Boolean])]

src/Functions/exports/Remove-AzFunctionAppSetting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ INPUTOBJECT <ISite>:
189189
[ScmSiteAlsoStopped <Boolean?>]: <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
190190
[ServerFarmId <String>]: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
191191
.Link
192-
https://docs.microsoft.com/powershell/module/az.functions/remove-azfunctionappsetting
192+
https://learn.microsoft.com/powershell/module/az.functions/remove-azfunctionappsetting
193193
#>
194194
function Remove-AzFunctionAppSetting {
195195
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStringDictionary])]

0 commit comments

Comments
 (0)