Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion labFiles/source/x.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, string> metadata)
{
Expand Down