[WIP] Convert the bicep code to use Azure Verified Modules and Function code to .NET 6.0 Isolated#6
[WIP] Convert the bicep code to use Azure Verified Modules and Function code to .NET 6.0 Isolated#6Copilot wants to merge 10 commits into
Conversation
Co-authored-by: rajyraman <5035266+rajyraman@users.noreply.github.com>
Co-authored-by: rajyraman <5035266+rajyraman@users.noreply.github.com>
Co-authored-by: rajyraman <5035266+rajyraman@users.noreply.github.com>
Co-authored-by: rajyraman <5035266+rajyraman@users.noreply.github.com>
Co-authored-by: rajyraman <5035266+rajyraman@users.noreply.github.com>
Updated the project to .NET 8.0. Changes include updating the target framework, package references, removing Startup.cs (not needed in isolated model), updating OpenAPI namespaces, and updating the README with .NET 8.0 information. Build is now successful with no errors. Commit 415dbbc Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
| use32BitWorkerProcess: use32BitWorkerProcess | ||
| subnetId: subnetId | ||
| serverFarmId: appServicePlanId | ||
| systemAssignedIdentity: true |
There was a problem hiding this comment.
Use user assigned managed identity
There was a problem hiding this comment.
Implemented user-assigned managed identity for the function app. Created a new managed-identity.bicep module, updated functions.bicep to replace system-assigned identity with user-assigned identity, and modified main.bicep to reference and output the identity. Commit ade46ee
Co-authored-by: rajyraman <5035266+rajyraman@users.noreply.github.com>
Fixes #5.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.