Skip to content

Commit

Permalink
Update domain for CDN URI (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren authored Feb 18, 2025
1 parent 2537522 commit 96f239d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static class FunctionsConstants
public const string FunctionDisabledValue = "disabled";
public const string FunctionEnabledValue = "enabled";

public const string DefaultExtensionBundleSourceUri = "https://functionscdn.azureedge.net/public";
public const string DefaultExtensionBundleSourceUri = "https://cdn.functions.azure.com/public";
public const string BindingMetadataFilePath = "bindings/bindings.json";
public const string TemplatesCodeFilePath = "templates/templates.json";
public const string ResourcesFilePathFormat = "resources/Resources.{0}.json";
Expand Down

0 comments on commit 96f239d

Please sign in to comment.