[CosmosToKusto] fails due to System.MissingMethodException,Message=Method not found
CosmosToKusto worked fine before but recently all jobs failed with below error. What should I do to fix it? Thanks for your help! Failure type User configuration issue Details 'Type=System.MissingMethodException,Message=Method not found:…
Azure Data Factory
Cannot assign application to user flow in External (B2C) Tenant
Hello, I've set up a registered application (which is working) on my B2C Tenant. I wanted to assign that application to one of the user flows I created. I was following this guide:…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Monthly limit has been reached. Yo can wait for credits
I've create a resource of SQL managed instance with the new offer of free vCore 720 hours/month for But after 2 weeks the database stoped saying I got the vCore 720 reached. Is that right? just create databases and tried to restore backup Also I deleted…
Azure SQL Database
Outlook developer options
using developer options in templates. trying to use check boxes in a outlook template but they do not get received by the end user. template is in html format.
Microsoft 365 and Office | Development | Other

Outlook | Windows | Classic Outlook for Windows | For business
Is it possible to increase/remove the inactivity timeout for deployments of a customized model?
Is there any way to change the default inactivity timeout for deployments of a customized modle in Azure OpenAI? This Learn article details the timeout, but nothing on how to configure it any further:Important After you deploy a customized model, if at…
Azure OpenAI Service
Deleting and Removing computer object synched hybrid from Entra ID /Azure AD ?
I use Hybrid Azure AD / Entra ID and Intune to deploy and manage the AD computer objects that are joined to OnPremise AD DS. May I know the potential side effects of deleting the device using the below code? Remove-MgDevice -DeviceId Is there any way…
Microsoft Security | Intune | Security
Microsoft Security | Intune | Enrollment
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Intune | Other
Microsoft Security | Microsoft Entra | Other


FCM V1 Template upgrade Azure Notification cannot send message by SendTemplateNotificationAsync()
Hi , I am still having issue that working on SendFcmV1NativeNotificationAsync() but not working with SendTemplateNotificationAsync(). I registered the device and template as below : var result = await hubClient.CreateFcmV1NativeRegistrationAsync(token,…
Azure Notification Hubs
Copy activities from two difference self hosted integration runtime
Good afternoon. I have a task to prepare a pipeline for a copy activity from an Oracle database as the source to MS SQL as the sink. The Oracle database uses a different self-hosted integration runtime. After creating the copy activity, I received this…
Azure Data Factory
Why Win server 2022 did not respond when pinging IPv6 even DHCP is work?
Hi, I use the win server 2022 to create a DHCP server for my work needs. Here are the steps below Install DHCP function by "Add roles and features" Setting static IP 4/6 Add the scope for IPv 4/6 Turn off all firewall Now I have DHCP for…
Windows for business | Windows Server | Networking | Other
Office 365 Apps frequently get disconnected from work account
The problem occurs on all Office 365 Apps when users log into their session from powered off pc, as everyone do at the beginning of a work day. It occurs on apps which are connected to a work account via the feature located on Windows in…
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Client for IT Pros | User experience | Other
Query on Add-in
Hi all, I need to enable the Microsoft Loop Add-in for Outlook and Teams. I am using a Microsoft 365 E5 license. Please guide me on how to enable the add-in.
Exchange Online
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | SharePoint | For business | Windows

Microsoft Teams | Microsoft Teams for business | Other
Microsoft Key Management (Handling, Storage, Encryption...etc.)
Hello everyone, as I am working on Intune in my organization I am having a hard time understanding the key management performed by Microsoft. To further clarify, we are simply trying to comprehend how keys are being stored (Bitlocker in our case), how…
Azure Key Vault
Microsoft Security | Intune | Other
Cannot delete Boudary Group which has not any entries
Hi, I am really not how that Boundary Group is on my SCCM Server 2403. I cannot delete it. It has no entry. Right click on that, show me only properties any Idea? Regards
Microsoft Security | Intune | Configuration Manager | Other
Combine 2 Solutions in to 1
I have 2 separate MVC applications (Project1.sln, Project2.sln) using Entity Framework in VS 2019. Both applications work fine if the project/solution is loaded separately. When I add Project2 in Project1, I get a long list of errors. What's the best way…
Developer technologies | ASP.NET | Other
Unable to delete Azure Resource Group - InternalServerError returned no other useful messages
I have a resource group that I'm trying to delete that contains a vnet, route table and network security group It's been over 8 hours since I attempted to delete the group and/or the resources within it individually The only error I'm getting back is…
Azure Virtual Network

aspx update button not updating all fields
I have an update button and when clicked, it updates all the fields in my sql table except for the "Channel" field. protected void btnupdate_Click(object sender, EventArgs e) { if (TextBox1.Text != "" &&…
Developer technologies | ASP.NET | Other
'RecordingFileStatusUpdated' event is not triggered
I'm developing a recording function based on this document. (https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/call-recording) In the document, 'Microsoft.Communication.RecordingFileStatusUpdated'…
Azure Communication Services
Azure Event Grid
Trying to set up CDN but says "The number of profiles created exceeds quota"
I was trying to set up CDN/Front Door within my Azure subscription but got the above error yet I've never used CDN before. Why am I getting this error when I've never used this before?? (I'm also new to Azure so I'm sorry if there's a simple solution to…
Azure Front Door

How can I get a report of who created resources in Azure Analytics?
Hello, I'm trying to get reports of who creates resources in Azure, for example, I have analytic workspaces created but would like to see who created?
Azure Stream Analytics

C++20 Modules in Shared Libraries
Hello, Follow-up question to https://learn.microsoft.com/en-us/answers/questions/1665106/how-to-use-c-20-modules-in-shared-libraries I’ve been exploring the use of C++20 modules in shared libraries and I understand the typical approach involves providing…