This is an Azure Functions Custom Handler running Ruby with the Sinatra Web Framework.
- Rename
local.settings.json.example
tolocal.settings.json
for local testing and add your Azure Storage Connection String. - If you change the name of the app (
RubyJob
) you must update:- Dockerfile accordingly (line 105:
RUN cd /home/site/wwwroot/RubyJob && bundle 1install
) host.json
->{customHandler:{ workingDirectory: "RubyJob"}" }
- Dockerfile accordingly (line 105:
Follow offical Azure Functions Docs: