From 8aa3172363b9f03f5fa1ea4f3f3e729931c25abf Mon Sep 17 00:00:00 2001 From: ELuscia <127768545+ELuscia@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:07:26 -0600 Subject: [PATCH] Update x.cs --- labFiles/source/x.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labFiles/source/x.cs b/labFiles/source/x.cs index af496e3..39515ad 100644 --- a/labFiles/source/x.cs +++ b/labFiles/source/x.cs @@ -15,7 +15,7 @@ namespace dev_assessment // What this means is that if you need to create a new csharpguitar-elx.zip, modify Function 'z' so it always returns a 200 public static class x { - [Disable("BLOB_FUNCTION_GO")] + ("BLOB_FUNCTION_GO") [FunctionName("x")] public static void Run([BlobTrigger("elx/{name}", Connection = "BLOB_CONNECTION")]Stream myBlob, string name, ILogger log, Uri uri, IDictionary metadata) {