Forum Widgets
Latest Discussions
Register now for the Migrate to Innovate Summit
Join the summit on March 11, presented in partnership with Intel. Stay agile, innovate for the future, and maintain a competitive edge by accelerating your cloud migration and modernization journey. Microsoft thought leaders will discuss the latest news and trends, showcase real-world case studies, and share how Azure can help you fully embrace AI. Join us to: Maximize business value and build the foundation for successful innovation by leveraging the latest Azure and Intel capabilities for your workloads. Dive into case studies and real-world examples showcasing how organizations have successfully transformed their business and how you can be next by migrating and modernizing on Azure. Make sure your cloud migration and modernization journey is using the best practices and strategies featured in product demonstrations. Register now > Migrate to Innovate Summit Tuesday, March 11, 2025 9:00 AM–11:30 AM Pacific Time (UTC-7)11Views0likes0CommentsDeploy an Azure Functions from Azure DevOps, when Shared Access Key is disabled
Hello everyone, we are currently trying to switch from accessing storage accounts via Keys to Managed Identities. The Azure Function itself can connect and runs properly. However, the deployment from Azure Devops with a Service Connection fails. First of all, if we enable Shared Access Key, the deployment works. Our Service Connection (or its Service Principal equivalent) does have the role "Storage Blob Data Owner" and "Storage Account Contributor" on the storage account, which is associated to the Azure Function. Those are the logs in Azure Devops: 2024-03-20T11:10:56.9288532Z ##[section]Starting: Azure Function App Deploy: ... 2024-03-20T11:10:56.9397034Z ============================================================================== 2024-03-20T11:10:56.9397175Z Task : Azure Functions Deploy 2024-03-20T11:10:56.9397264Z Description : Update a function app with .NET, Python, JavaScript, PowerShell, Java based web applications 2024-03-20T11:10:56.9397401Z Version : 2.231.1 2024-03-20T11:10:56.9397470Z Author : Microsoft Corporation 2024-03-20T11:10:56.9397543Z Help : https://aka.ms/azurefunctiontroubleshooting 2024-03-20T11:10:56.9397646Z ============================================================================== 2024-03-20T11:10:57.7755053Z Got service connection details for Azure App Service:'myfunction' 2024-03-20T11:10:59.9048911Z NOTE: Function app is VNet integrated. 2024-03-20T11:11:00.3281392Z Updating App Service Application settings. Data: {"WEBSITE_RUN_FROM_PACKAGE":"1"} 2024-03-20T11:11:00.3281938Z Deleting App Service Application settings. Data: ["WEBSITE_RUN_FROM_ZIP"] 2024-03-20T11:11:00.3282701Z App Service Application settings are already present. 2024-03-20T11:12:16.1360522Z Validating deployment package for functions app before Zip Deploy # Note the 16 minutes gap in the log 2024-03-20T11:28:45.9140232Z Package deployment using ZIP Deploy initiated. 2024-03-20T11:30:04.8196594Z ##[error]Failed to deploy web package to App Service. 2024-03-20T11:30:04.8205941Z ##[warning]Can't find loc string for key: KuduStackTraceURL 2024-03-20T11:30:04.8208831Z ##[error]KuduStackTraceURL https://$...-default:***@x....scm.azurewebsites.net/api/vfs/LogFiles/kudu/trace 2024-03-20T11:30:04.8210755Z ##[error]Error: Error: Failed to deploy web package to App Service. Internal Server Error (CODE: 500) 2024-03-20T11:30:05.5800401Z Successfully added release annotation to the Application Insight : ... 2024-03-20T11:30:13.9691627Z App Service Application URL: https://... 2024-03-20T11:30:14.0217051Z ##[section]Finishing: Azure Function App Deploy: ... When connecting to the scm website, the mentioned logfiles do not exist. Going to the portal and checking the Deployment Center logs, I get "No deployments found. If you have just configured CI/CD, refresh logs to find the latest deployments.". Any ideas, why this is not working? What roles or permissions does my service connection need to deploy via managed identity?JoergsonFeb 12, 2025Copper Contributor1.5KViews0likes4CommentsSharing Environment Resources with Multiple projects within Organization in ADO
Hi, Do we have any updates or improvements over sharing Environment Resources with multiple projects within the organization in ADO. Have gone through some discussions but none of them suggest or show a way for the above scenario. When we type in for the same question in google the AI responds saying " can share environment resources across different projects by utilizing features like "variable groups" and "deployment groups". How correct it is and kindly share with me if anyone has done this. ThanksmamathalFeb 12, 2025Copper Contributor3Views0likes0CommentsAzure AD Risky User question
Hi Tech community, I already try to find this out on the internet, but I don't get it yet. Sometimes in our tenant we run into some risky users, with risky sign-ins. Do I need to set those users on "dismiss user risk", if the loggin is legit? Another thing, If I select the Risk State on dismissed in the filter, I see many dismissed with actor Azure AD. Will Azure AD automatic dismissed some risky users? When I look on this .doc site https://docs.microsoft.com/en-us/azure/active-directory/identity-protection/howto-identity-protection-risk-feedback I cannot find my answer there. Regards, RicardoSolved2.6KViews0likes3CommentsAccess Denied Due to Deny Assignment
I am encountering an issue with a deny assignment that is blocking my access to perform actions on my Azure resources. Despite having the Owner role for my subscription, I receive the error "DenyAssignmentAuthorizationFailed" when trying to manage resources. The error message indicates that a deny assignment with the name '[UnusualActivity] Full Deny assignment on dbd6664d-4eb9-46eb-99d8-5c43ba153c61 for user 00000000-0000-0000-0000-000000000000 at root added' is preventing access. I have tried removing the deny assignment using Azure CLI and PowerShell, but I receive a "Forbidden" status code. Additionally, I have verified that I do not have any managed applications. Any assistance in resolving this issue would be greatly appreciated.amine_moussa2000Feb 11, 2025Copper Contributor43Views0likes1CommentUnable to connect Azure Desktop
Yesterday I installed OPENVPN and configured it to run without user interruption, after restarting the machine unable to connect azure desktop. Under the host pool all health showing good except. UrlsAccessibleCheck Failed This health check verifies that the required AVD service and Geneva URLs are reachable from the session host, including the RdTokenUri, RdBrokerUri, RdDiagnosticsUri, and storage blob URLs for Geneva agent monitoring. If this check fails, it may be fatal. To resolve this, you'll need to reconfigure your networking, firewall, or proxy settings to unblock the following inaccessible URLs: 607547e3-415a-4da6-bfcd-719dc9d86871.rdbroker-g-us-r1.wvd.microsoft.com 607547e3-415a-4da6-bfcd-719dc9d86871.rdbroker.wvd.microsoft.com 607547e3-415a-4da6-bfcd-719dc9d86871.rddiagnostics-g-us-r1.wvd.microsoft.comaniliriFeb 11, 2025Copper Contributor24Views0likes1CommentAzure CLI - reset VPN Connection
I am looking for a way to reset a VPN connection with Azure CLI. There was no information about stopping and starting the service. Is there a way to do that from PowerShell CMD? az network vpn-connectionKiril IlievFeb 11, 2025Copper Contributor35Views0likes5CommentsEntra: Lock screen help.
Hi guys, I need some assistance with entra regarding the lockscreen images. We had a previous lock screen which displayed the company logo and users were not allowed to change the lock screen, we needed it to be disabled and I deleted the script as well as the policy for the lock screen to try and remove it. However this hasn't worked, the lock screen is still displaying on all devices, and users cannot change the lockscreen. I do not want to perform a reset, because we have so many machines. Any advice on how to enable the users to edit the lock screen again or load a new policy, will be highly appreciated. What I have tried: Removing registry key for lock screen. (Key just pops up after restart) Loading a new script (Fails to load, no reason given, I suspect because it conflicts with old one) Disconnecting from entra and trying to edit the lock screen. Thanks.Ziyaad_007Feb 11, 2025Copper Contributor18Views0likes1CommentAzure Databricks - SQL query - Configuration not available
I spun up a FINO's Legend Studio instance locally, and I was able to establish a connectivity between the application and my Azure Databricks resource. However, when I run a SQL query from Legend Studio, which is supposed to execute on Databricks, I get a "Configuration legend_databricks_http_path is not available" error from Databricks: By going to the "Query History" on Azure Databricks, I can confirm Legend Studio is reaching Databricks, but this is responding with the error mentioned above. The "See error" button doesn't provide any additional error details. Is anyone familiar with the "Configuration is not available" type of error in Azure Databricks SQL queries?damiangelisFeb 08, 2025Copper Contributor21Views0likes1Comment
Resources
Tags
- azure2,226 Topics
- Azure DevOps1,385 Topics
- Data & Storage379 Topics
- Networking224 Topics
- Azure Friday221 Topics
- App Services196 Topics
- blockchain168 Topics
- devops150 Topics
- Security & Compliance139 Topics
- Analytics130 Topics