Self-Service Registration Products
Hello all, In the "Microsoft 365 admin center" you can call the "Azure Active Directory" as admin in the left column. There you will find a link to "Licenses" and then a link to "Self-Service Registration…
Visual studio 2017: Debugging a UWP app works in debug mode, but not in release mode
Hello, I am developing a UWP application with Visual Studio 2017. When I run this application in Debug - x86 mode, it runs correctly from VS, and also from the start menu. On the other hand, when I run it in Release - x86 mode, sometimes it runs,…
Will Enterprise Applications ever just "show up" upon consent?
We have a couple of Enterprise Applications - "Zoom1" and "Zoom2" we'll call them - that we believe might have been auto generated upon a user's consent when logging in with their corporate email. Is that something that Azure does, or…
Create Azure B2b user with Graph API with no email invite and accepted status
Hi Team, I'm looking for an option to automate B2b process . I want to change the user status from Pending acceptance to Accepted via Graph API or Powershell. No need to send invite. Just need to create a user as B2B user with accepted state in…
It looks like low priority VMs are getting their own quota. Is this true?
Last week, we began to get errors while trying to scale up our VM Scale Sets that are configured to launch low priority VMs: The operation couldn't be completed as it results in exceeding quota limit of LowPriorityCores. Maximum allowed: 10, Current…
Azure AD Domain Services Security Audit Events?
How can I get the security audit events like Account Logon (Audit Kerberos Authentication Service) in Azure AD Domain Services? I am new to Azure and my requirement is to get Network Information and Account Information from the computers connected to…
Programmatically Configure SAML-related Single Sign-On configurations
We integrate a lot of apps with SAML SSO (4-5 a week, probably more). Some need custom SAML claims configured and others need the Relay state configured. Sometimes we configure Sign-On URLs, sometimes we don't. Needless to say it's becoming an…
What is the 'LinkedIn Application' in the tenant deletion window?
Hello! What is the 'LinkedIn Application' shown in this screen (see attachment)? I'm attempting to delete my tenant right now and this is preventing me from doing so. I'm prompted to delete it, which is fine, but I want to know what it is and how I can…
Stream Sockets
Hi, We have two different UWP apps used in our project. From one App to the other we need to send some notification for a particular event. The 2 apps will always be running in 2 devices. App1 will be used by certain set of users in some devices and…
Needed inbound rules within NSG for Windows VM with Azure DevOps Agent
I have a VM which is used as a management endpoint for my service fabric cluster which will be connected through an internal load balancer. My VM will also be connected through a devops server. Considering all these which ports in my inbound rules within…
ADO depends on msvcr100.dll on Windows 7
I have an application that uses ADO to export table to Excel (97-2003 format). Running the application on Windows 7 machine, the following error message pop-up “myApp.exe - System Error The program can't start because MSVCR100.d11 is missing…
Which local domain controller is used during an Azure AD password writeback?
Dear, I would like to gather some extra information about how Azure Active Directory Connect chooses it's domain controller. More specifically when it has to perform a password writeback task initiated from Azure AD in a multi sites Active Directory…
Pass Through Authentication to ADFS
Hi There, I am just checking to find out if Microsoft supports converting/Changing an Hybrid Identity Infrastructure having Passthrough authentication to one with Federated Authentication. By the way changing from a Hybrid Identity Infrastructure…
Azure App Service Application logs to stdout
Hi. I have read these doc https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs and https://learn.microsoft.com/en-us/azure/app-service/containers/app-service-linux-intro . Can I use…
change email on Microsoft Flow free account?
How to change the organization email for a free Microsoft flow account?
Minecraft Server
How can I start a Minecraft Server (bat file with console) automatically when Windows VM Server 2019 starts? (Without login and connect to the VM) Thanks 🙏🏼
Can I assign private IP to VM in DevTest Labs?
Hi, I am looking at using DevTest Labs for a QA environment for a web application but... I need a static private IP associated to the web server to be able to test via an external source, is this possible at all? Thanks in advance
Azure Multi-Factor Authentication Secondary Server Lag
When we open MFA Console on the Secondary server it takes a long time to show all users, Radius, and any properties. The master server works fine on the MFA console but the Secondary just hangs. The organization has 2 on-prem MFA servers (1 in…
Declared package dependency unavailable: Microsoft.VCLibs.140.00.UWPDesktop, Neutral, Universal,Universal
Hi, I have a wpf app and I have converted it to uwp app using Windows application packaging project from Visual Studio. I am trying to submit appxupload package on store but at last when validation happens I am getting the error like : Declared…
Automatic Migration Issue - Entity Framework
Hey, I have an issue with an Automatic migration and I could really use your guidance on this. I have worked with someone else on a project which consists of a solution + a nu-get solution, installed in the main solution. My colleague created…