MyAzureFunctionApp/ │ ├── .gitignore # Specifies intentionally untracked files to ignore ├── host.json # Host-level configuration settings for the Function App ├── local.settings.json # Local development settings (not checked into source control) ├── requirements.txt # Lists the Python package dependencies for the app │ ├── .github/ # GitHub-specific configurations, including CI/CD workflows │ └── workflows/ │ └── azure-deploy.yml # GitHub Actions workflow for deploying the Function App │ ├── MyFunction/ # Example function folder │ ├── init.py # Function code │ ├── function.json # Function-specific configuration │ └── sample.dat # Example data file for the function (if needed) │ └── tests/ # Test suite for the Azure Functions ├── init.py └── test_my_function.py # Test cases for 'MyFunction'
-
Notifications
You must be signed in to change notification settings - Fork 0
pat-ladon/pipelines
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published