Azure-Samples / Azure-Samples/ml-ops-in-a-box
Repository cleanup and prep for awesome azd
- Dominant language
- Jupyter Notebook
- Stars
- 6
- Forks
- 5
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 1
Description
# Repository Management
- [ ] AI-in-a-box README Template: [README.md](https://github.com/codebytes/aib-template) as the one in the example, is in place
- [ ] [License](https://github.com/Azure-Samples/azd-template-artifacts/blob/main/LICENSE.md) is in place. Make sure you choose the [correct license](https://www.microsoft.com/en-us/legal/intellectualproperty/open-source)
- [ ] [Security guidelines](https://github.com/Azure-Samples/azd-template-artifacts/blob/main/SECURITY.md) are in place
- [ ] [Contribution guidelines](https://github.com/Azure-Samples/azd-template-artifacts/blob/main/CONTRIBUTING.md) are in place
- [ ] [Code of conduct](https://github.com/Azure-Samples/azd-template-artifacts/blob/main/.github/CODE_OF_CONDUCT.md) is in place
- [ ] [Issue template](https://github.com/Azure-Samples/contoso-chat/issues/.github/ISSUE_TEMPLATE.md) is in place
- [ ] Language, model, and relevant technology topic labels are added, including `azd-templates` and `ai-azd-templates` (The latter is being created)
- [ ] Repo description is in place, describing the use case and technologies used in the solution
## Source code structure and conventions
- [ ] GitHub Actions (This refers to .github/workflows/azure-dev.yml or custom workflow to run on a GitHub runner) is in place
- [ ] DevContainer (/.devcontainer folder where applicable) configuration is in place
- [ ] Infrastructure as code is in place (`/infra` folder where applicable, manifest files or code generators in the case of `Aspire` and similar )
- [ ] Azure services configuration (/azure.yml file) is in place
- [ ] Minimum coverage tests are in place
## Functional requirements
- [ ] `azd up` successfully provisions and deploys a functional app
- [ ] GitHub Actions run tasks without errors
- [ ] DevContainer has been tested locally and runs
- [ ] Codespaces run [locally and in browser]
- [ ] All tests pass
In the absence of e2e tests,
- [ ] The application has been manually tested to work as per the requirement
Contributor guide
Research direction
Audit the repository against the checklist, starting with README.md, LICENSE.md, SECURITY.md, CONTRIBUTING.md, .github/CODE_OF_CONDUCT.md, the issue template, .github/workflows/azure-dev.yml, /.devcontainer, /infra, and /azure.yml. Run the stated azd up, GitHub Actions, DevContainer, Codespaces, and test checks; done means the required repository files and labels exist and all listed functional checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, github-actions, jupyter-notebook
- Domain
- ci-cd, cloud, devops, documentation, infrastructure, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100