Skip to content

Add Azure Functions App + Service Bus Sample#61

Merged
paolosalvatori merged 2 commits intomainfrom
func-app-service-bus
Mar 17, 2026
Merged

Add Azure Functions App + Service Bus Sample#61
paolosalvatori merged 2 commits intomainfrom
func-app-service-bus

Conversation

@paolosalvatori
Copy link
Copy Markdown
Contributor

Motivation

This pull requests adds a sample that demonstrates how to deploy an Azure Functions App on an Azure App Service Plan that exchanges messages through queues in a Service Bus namespace. The function app authenticates to Azure resources using a user-assigned managed identity and connects to the Service Bus namespace via an Azure Private Endpoint for secure, private network communication.

Changes

This pull requests creates all the necessary artifacts to deploy the sample via Bicep, Terraform, and Azure CLI in the samples/function-app-service-bus/dotnet folder and related subfolders.

Tests

Bicep, Terraform, and Azure CLI deployments were successfully tested against Azure and LocalStack for Azure emulator.

Copy link
Copy Markdown
Contributor

@DrisDary DrisDary left a comment

Choose a reason for hiding this comment

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

Thanks Paolo for adding all three set of sample apps. We need bicep, terraform and az for all sample apps. 👍

@paolosalvatori paolosalvatori merged commit f3c5716 into main Mar 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants