Forum Widgets
Latest Discussions
I need to remove my Phonenumber from an old Outlook-address
I need to remove my Phonenumber from an old Outlook-address so I can create a new DeveloperTest-Account. I can't remember the password and questions to reset it. It is not used for the last 8 years or so. I need to get the Developer-test so I can create a Tenant with E5 for testing before SC-300trumtonyFeb 16, 2025Copper Contributor21Views0likes1CommentAzure 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?SolveddamiangelisFeb 14, 2025Copper Contributor35Views0likes2CommentsReporting a bug in Azure Logic Apps
Hello everyone, I have been struggling to repeort a bug to Microsoft Logic Apps team in this Github issue: https://github.com/Azure/logicapps/issues/1093#event-13236428281 It's been months since I have reported this bug and it was closed without any response from the repository's owners. Is there anything I can do to have a response regarding this bug? It's not a feature request or a request about something I'd like to achieve, it's about a bug that makes the product not working properly. Why is it hard to report this bug? Thank you for any hint that could help me.ak-f1Feb 14, 2025Copper Contributor19Views0likes0CommentsPaste Link or Embed Object an encrypted/protected document (Sensitivity Label) causes error.
We are using Microsoft Purview's Built-In Labeling and have defined sensitivity labels. We are noticing that if the excel (or word) document is encrypted/protected with sensitivity labels, they can not be paste linked or embedded into another document (PowerPoint, etc). 2 Behaviors outlined: 1) Insert -> Object -> Create From File will produce an error : Files with restricted permission cannot be inserted into this presentation or 2) If you attempt to paste link to encrypted document (ex. excel), the option to paste link to Microsoft Excel Worksheet Object is missing. The only option is a hyperlink. A nuance - in a situation where excel was not labeled and paste linked into a PowerPoint, if the excel was later encrypted/protected, the link stays in place. That is, if you update the excel, it will update Power point (example) The error seems to only occur if the excel is encrypted/protected prior to be paste linked. Has anyone experienced this and is there a fix?aymieeFeb 14, 2025Brass Contributor1.1KViews1like3CommentsAccess 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 13, 2025Copper Contributor88Views0likes2CommentsProgramming languages
Being new to the loud, which programming languages is best to learn for being a cloud engineer in Azure?SmoothieMan515Feb 13, 2025Copper Contributor4.3KViews1like8CommentsRegister 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)23Views0likes0CommentsUnable 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 12, 2025Copper Contributor28Views0likes2CommentsDeploy 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.5KViews0likes4Comments
Resources
Tags
- azure2,226 Topics
- Azure DevOps1,385 Topics
- Data & Storage379 Topics
- Networking224 Topics
- Azure Friday221 Topics
- App Services196 Topics
- blockchain168 Topics
- devops151 Topics
- Security & Compliance139 Topics
- Analytics130 Topics