All Downloads are FREE. Search and download functionalities are using the official Maven repository.

csharp-functions.README.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
# {{packageName}} - Azure Functions {{azureFunctionsVersion}} Server

{{#appDescriptionWithNewLines}}
{{{.}}}
{{/appDescriptionWithNewLines}}

## Run

Linux/OS X:

```
sh build.sh
```

Windows:

```
build.bat
```
{{^isLibrary}}
## Run in Docker

```
cd {{sourceFolder}}/{{packageName}}
docker build -t {{dockerTag}} .
docker run -p 5000:8080 {{dockerTag}}
```
{{/isLibrary}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy