Skip to content

Commit

Permalink
correct typos (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
SalehAlbuga committed Dec 26, 2019
1 parent e26b6bc commit c2706be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/blob/Sources/blob/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import AzureFunctions
let registry = FunctionRegistry()

// ****** optional: set debug AzureWebJobsStorage or other vars ******
registry.AzureWebJobsStorage = "DefaultEndpointsProtocol=https;AccountName=linuxappstorage;AccountKey=2LhvsBsrVxef2AgxY87ByNhdYDjm9Ehl70Mu6W97vw3aYS5mvnwfhUiiaqhG+w/B4meuaEfiZTWJm2Z1TeuFsQ==;EndpointSuffix=core.windows.net" //Remove before deploying. Do not commit or push any Storage Account keys
//registry.AzureWebJobsStorage = "yourDebugConnection" //Remove before deploying. Do not commit or push any Storage Account keys
//registry.EnvironmentVariables = ["fooConnection": "bar"]

// ******
Expand Down
3 changes: 2 additions & 1 deletion Examples/timer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/.build
/Packages
/*.xcodeproj
xcuserdata/
xcuserdata/
/*.Package.resolved

0 comments on commit c2706be

Please sign in to comment.