mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
11 lines
146 B
YAML
11 lines
146 B
YAML
name: hello-python
|
|
version: v1
|
|
runtime: Python
|
|
src: ./hello.py
|
|
entrypoint: handler
|
|
replicas: 1
|
|
poolsize: 1
|
|
inputs:
|
|
msg: str
|
|
output:
|
|
out: str |