Skip to content

Conversation

jtroe
Copy link
Collaborator

@jtroe jtroe commented Sep 22, 2025

Resolves #2289

@jtroe jtroe added this to the Python API 2.4.2 Release milestone Sep 22, 2025
@jtroe jtroe requested a review from Copilot September 22, 2025 17:38
@jtroe jtroe self-assigned this Sep 22, 2025
@jtroe jtroe added enhancement documentation Bugs and enhancement requests for doc (API ref and notebooks) labels Sep 22, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Updates the Azure Functions sample to use the non-containerized approach instead of the containerized Docker approach. This change removes the Docker-based implementation and replaces it with a standard Azure Functions runtime approach.

  • Removes Docker-based Azure Functions implementation from docker/samples/AzureFunctions/
  • Adds new non-containerized sample in samples/devops_azure_functions/
  • Updates documentation to reflect the deprecation of the containerized approach

Reviewed Changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
samples/devops_azure_functions/ New non-containerized Azure Functions sample with requirements, function app, and configuration files
docker/samples/AzureFunctions/ Removed containerized sample files
docker/AzureFunctionsBaseImage.Dockerfile Removed Docker base image definition
docker/README.md Updated documentation to reflect deprecation of containerized approach
.vscode/ Added VS Code configuration for Azure Functions development
.github/workflows/DockerBuild.AzureFunctionsBaseImage.yaml Removed Docker build workflow

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Collaborator

@jyaistMap jyaistMap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • local website built and rendered without error

@jtroe jtroe merged commit 769c3ca into master Sep 22, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Bugs and enhancement requests for doc (API ref and notebooks) enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker Documentation suggests Azure Function V2 programming model is required

2 participants