Skip to content

Commit

Permalink
fix the issue of rabbitmq trigger w/o stroage account (#2531)
Browse files Browse the repository at this point in the history
  • Loading branch information
TsuyoshiUshio authored Apr 2, 2021
1 parent 601746f commit 6a070fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Azure.Functions.Cli/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ internal static class Constants
{ WorkerRuntime.powershell, new [] { "mcr.microsoft.com/azure-functions/powershell", "microsoft/azure-functions-powershell" } }
};

public static readonly string[] TriggersWithoutStorage = new[] { "httptrigger", "kafkatrigger" };
public static readonly string[] TriggersWithoutStorage = new[] { "httptrigger", "kafkatrigger", "rabbitmqtrigger" };

public static class Errors
{
Expand Down

0 comments on commit 6a070fb

Please sign in to comment.