Forum Widgets
Latest Discussions
Intermittent Access Issue Between Azure Function App and Key Vault (Private Endpoint Enabled)
We have an Azure Function App configured to retrieve secrets from Azure Key Vault using Managed Identity, following the recommended pattern. Key details of our setup: The Function App is running on a Premium Plan and VNet-integrated. The Key Vault has Public Network Access disabled and uses a Private Endpoint. The Function App accesses Key Vault secrets through Key Vault references in application settings. We are intermittently observing issues where the Function App fails to access the Key Vault. Under the “Diagnose and Solve Problems” blade, the following error appears: [ResolveWorkitem] AccessToKeyVaultDenied error while retrieving Key Vault Secret Reference microsoft.KeyVault(SecretUri=*********************). Exception: KeyVaultResolver.Common.ReferenceResolverException: Exception of type 'KeyVaultResolver.Common...' Has anyone encountered this issue or found a reliable way to resolve intermittent connectivity/authentication failures between a Function App and a Key Vault over a private endpoint?Manan_ChoksiNov 11, 2025Copper Contributor35Views1like1CommentHow to obtain a new partner integration sandbox license
Our current Partner intergration Sandbox License has expired, and i'm looking for a way to obtain a new partner intergration sandbox license within the same tenant . Can anybody help me with that. Been trying to get an answer from subscripton and sandbox support for couple of days now. But the keep sending met to different departments and still no answer.msande69Jun 25, 2025Copper Contributor71Views1like1CommentUsing Azure Firewall as a Gateway for All Outbound Traffic to the Internet
Hey everyone! I just uploaded a new guide on GitHub where I walk through setting up Azure Firewall in a classic Hub & Spoke scenario to manage all outbound internet traffic 🌐. In this guide, you'll find step-by-step instructions on: Setting up the Hub & Spoke network architecture Configuring Azure Firewall to control and monitor outbound traffic This tutorial is part of the hub-and-spoke-playground project, which includes various scenarios and scripts to showcase the benefits of the hub-and-spoke network topology in Azure. You can explore more scenarios and resources in the project’s GitHub repository: https://github.com/nicolgit/hub-and-spoke-playground . Would love to hear your thoughts and feedback!NicolDMay 09, 2025Copper Contributor507Views1like1CommentDigital event—Migrate to Innovate: Be AI Ready, Be Secure
Learn how to fuel innovation and maintain a competitive edge with a secure, optimized, and agile foundation on Azure. Join this free digital event to see how migrating Windows Server and SQL Server to Azure helps prepare your organization to embrace AI and cloud-native services while addressing current business challenges, including saving costs and maintaining security. Register now to learn about the business outcomes of migrating to Azure, including: AI readiness: Get results with an AI-ready foundation on Azure. In a study of customers using Azure AI services, a composite of six organizations achieved a three-year ROI of 284%. Code-to-cloud security: Reduce risk and costs by replacing multiple third-party security tools with comprehensive, multilayered security. Maximizing ROI and performance: Run your workloads faster and at a lower cost. AWS is up to 5 times more expensive than Azure for Windows Server and SQL Server—and SQL Server runs up to 5.5 times faster on Azure than on AWS. Cloud agility anywhere: Help secure and govern your entire digital estate across hybrid, multicloud, and edge environments on your own terms using an adaptive cloud approach. Register now > Migrate to Innovate: Be AI Ready, Be Secure Tuesday, April 16, 2024 9:00 AM–11:00 AM Pacific Time (UTC-7)EricStarkerMar 18, 2024Former Employee410Views1like0CommentsAzure Load Balancer
Hello All, I have created azure load balancer and vmss(virtual machine scale set) as backend. I hosted web application in the vmss using custom script extension. I wanted to know how many request is going to my web app via load balancer. Is there any metrics available or any other way to find the total number of requests?Sathishku1340May 18, 2023Copper Contributor841Views1like4CommentsError BCP109: The type "Microsoft.KeyVault/vaults/secrets" does not contain function "getSecret"
Hi, I am trying to pass the secret value as a secure parameter to a Bicep module, but I am getting the error: Error BCP109: The type "Microsoft.KeyVault/vaults/secrets" does not contain function "getSecret". Code in main. Bicep file resource myVaultSecret 'Microsoft.KeyVault/vaults/secrets@2023-02-01' existing = { name: 'myVault/mySecret' } .... module sqlModule 'sqlserver-module.bicep' = if (databaseService == 'sql') { name: 'sqlDeployment' params: { administratorLogin: administratorLogin administratorLoginPassword: myVaultSecret.getSecret('mySecret') location: location resourceGroup: resourceGroup serverName: serverName servicePlanSku: servicePlanSku sqlDBName: databaseName subcription: subscription tags: tags workloadEnv: workloadEnv } } #end main.bicep code sqlserver-module.bicep file @description('The administrator password for the SQL server.') @secure() param administratorLoginPassword string I am following the instructions based on the document: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/bicep-functions-resource#getsecret Any help will be appreciated !! ThanksluistorresApr 21, 2023Brass Contributor1.5KViews1like1CommentCannot RDP into the new VM
Hello, Learning Azure SQL VM. Created a new VM and SQL VM. No issues here. When I try to connect, I am getting typical error window: Network config looks OK except the bottom one and I cannot make any changes here anyway: Once I am able to launch RDP session, then, I will be creating a new Azure AD user besides using ADDS. So, my first challenge is get the RDP working. Can you please help me on this asap? Thanks. VictorVictor5090Apr 21, 2023Copper Contributor718Views1like2CommentsMigrate VM to Azure
I have a virtual machine running on standalone esxi and I do not have the access to the virtual host. but I have access to the VM which runs Windows Server. How can I migrate this to Azure? I have already tried using Starwind v2v and created 2 vhds (1 for OS and 1 for Data) and uploaded them to Azure. I created an image out of the OS disks and tried deploying a VM. It's been like 45 minutes now, but still it says the deployment in progress. If this does not work, what methods I can use to migrate the VM?phantom2000Jan 17, 2023Copper Contributor2.5KViews1like5CommentsAzure multi region - Data transfer
We have multi region(One in South central US and other in Australia) Azure set up and I have below questions 1. Is it possible to enable VNET peering between regions and enable data transfer? 2. Or is it better to have global peering and enable data transfer? Any idea on data transfer costs ?Praneeth1160Jul 15, 2022Copper Contributor1.1KViews1like1Comment
Resources
Tags
- azure virtual machines8 Topics
- azure5 Topics
- Azure Active Directory (AAD)3 Topics
- AzureAD3 Topics
- updates3 Topics
- ARM Templates1 Topic
- Bicep1 Topic
- Azure Key Vault1 Topic
- containers1 Topic
- SSPR1 Topic