Skip to content

Commit 2e3fc98

Browse files
authored
updating docs (#9465)
1 parent a6dd7d6 commit 2e3fc98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/WebJobs.Script/Diagnostics/DiagnosticEventConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ internal static class DiagnosticEventConstants
1212
public const string ExternalStartupErrorHelpLink = "https://go.microsoft.com/fwlink/?linkid=2224847";
1313

1414
public const string SasTokenExpiringErrorCode = "AZFD0006";
15-
public const string SasTokenExpiringErrorHelpLink = "https://go.microsoft.com/fwlink/?linkid=2241431"; // TODO: update this link with new documentation page
15+
public const string SasTokenExpiringErrorHelpLink = "https://go.microsoft.com/fwlink/?linkid=2244092";
1616
}
1717
}

src/WebJobs.Script/Properties/Resources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@
168168
<value>A collision for Host ID '{0}' was detected in the configured storage account. For more information, see https://aka.ms/functions-hostid-collision.</value>
169169
</data>
170170
<data name="SasTokenExpiringFormat" xml:space="preserve">
171-
<value>SAS token within '{1}' setting is set to expire in {0} days. Consider generating a new SAS token or switching to using identites instead. For more information, see https://go.microsoft.com/fwlink/?linkid=2241431.</value>
171+
<value>SAS token within '{1}' setting is set to expire in {0} days. Consider generating a new SAS token or switching to using identites instead. For more information, see https://go.microsoft.com/fwlink/?linkid=2244092.</value>
172172
</data>
173173
<data name="SasTokenExpiredFormat" xml:space="preserve">
174-
<value>SAS token within '{0}' setting has expired. Please generate a new SAS token or switch to using identites instead. For more information, see https://go.microsoft.com/fwlink/?linkid=2241431.</value>
174+
<value>SAS token within '{0}' setting has expired. Please generate a new SAS token or switch to using identites instead. For more information, see https://go.microsoft.com/fwlink/?linkid=2244092.</value>
175175
</data>
176176
<data name="SasTokenExpiringInfoFormat" xml:space="preserve">
177177
<value>SAS token within '{1}' setting is set to expire in {0} days.</value>

0 commit comments

Comments
 (0)