Skip to content

Commit 839af4c

Browse files
Merge pull request #300910 from Albertyang0/2025_05-Monthly-broken-links-fix-ay-773
2025_05 - Fix monthly broken links
2 parents eb97fe9 + 45b618f commit 839af4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ In PowerShell, there's the concept of a PowerShell profile. If you're not famili
379379
In PowerShell Functions, the profile script is executed once per PowerShell worker instance in the app when first deployed and after being idled ([cold start](#cold-start). When concurrency is enabled by setting the [PSWorkerInProcConcurrencyUpperBound](#concurrency) value, the profile script is run for each runspace created.
380380

381381
When you create a function app using tools, such as Visual Studio Code and Azure Functions Core Tools, a default `profile.ps1` is created for you. The default profile is maintained
382-
[on the Core Tools GitHub repository](https://github.com/Azure/azure-functions-core-tools/blob/main/src/Azure.Functions.Cli/StaticResources/profile.ps1)
382+
[on the Core Tools GitHub repository](https://github.com/Azure/azure-functions-core-tools/blob/main/src/Cli/func/StaticResources/profile.ps1)
383383
and contains:
384384

385385
- Automatic MSI authentication to Azure.

0 commit comments

Comments
 (0)