Azure AD Connect
Hi All So we are migrating to SSO using AADConnect, my question is currently users have a O365 password and also there local domain one. If i hard match the user so the GUID in AD and Azure are the same, do i need to get the user to change the O365…
Microsoft Teams load forever
Hello, I have a problem with Microsoft Teams, whenever I enter "Teams" view it shows a loading spinner and is stuck on the loading animation. The browser is being spammed with errors. The network tab shows: HTTP 500 for …
How to manage the settings of UWP apps
Hi colleagues, how can we manage the settings of UWP apps in an enterprise environment? Example: An UWP app is installed on 100+ computers for all users. User profiles might already exist, or will be created only later on the computer…
Unable to delete Synced user form AAD
I haved removed ADconnect Server from Azure , but missed to delete AzureAdconnect related user account from AAD. Now when I try to remove I get Delete User Failed Error (PF). Please let me know ho do I delete this.
[MSDN Redirect] Wait for VMs running
Hi, In my C# code i create some Azure Virtual Machines. I want my program to invoke the creation of VMs (using IVirtualMachine interface), but then I want it to wait VMs until all of them are in Running state before return to main. How can I implement…
Datagrid not allowing sorting in UWP
Hi, I'm using the UWP Datagrid control mentioned here: https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/datagrid_guidance/datagrid_basics And I'm trying to allow the user to be able to sort columns. I'm tried with…
Included VM Image - Windows Server 2016 Remote Desktop - licenses and pricing?
Hello, i have seen a image in sku selection "Windows Server 2016 Remote Desktop Session Host 2016". I don't find a good description what this image includes. Is there a license within in the image automaticaly and if yes what costs it? …
How to judge correct VM size while doing a migration?
Hi All, My Customer wants to migrate their on-premise applications to cloud. Mostly we'll be using Lift and Shift approach using ASR. Customer's main objective is to reduce the infra cost. Let us take an example of following Current configuration…
Unexpected SAM Failure - Active Directory Windows server 2016
any One have experienced the below alert in your systems. received a alert on one of on-prem DC's and no clue about it The Security Account Manager failed a KDC request in an unexpected way. The error is in the data field. The account name was…
Securing Azure virtual server w/ Intune and CA
Hi I have a virtual server resource (Linux server) in Azure, is it possible to secure access to this Azure recourse using Intune's Conditional Access? We have M365B licenses. If this is not possible, is there any other way to secure Azure virtual…
Azure VM – Artifacts installation
Hi all, I’m here because I’ve some help after spends few days to try to find a solution. I try to explain my issue. I’ve created an ARM Template in order to be used to create a VM in Dev Test Lab and install some arifacts directly. However, it seems…
VM stops spontaneously
Hello, since today I am experiencing strange behaviour of my VMs. While I am not connected for few minutes, it shuts down, releases the IP (when dynamic) and I need to start it manually every time when I want to use it. Is this normal behaviour? Where…
Federation Setup
Hi All, Clearly a newbie at this, required to setup federated identity for a Bentley systems application. At present we simply sync on-premise AD to Azure for the purpose of activating our Office ProPlus Subscription. The instruction from Bentley is to…
Quickstart guide of SaaS app login to azure AD via multitenant architecture
I have a SaaS web app that need to implement the multitenant architecture to then login to the azure active directory, is something like that on a quickstart doc or something?
Service Fabric Upgrade Problems
We have an on-premise service Fabric 5 node Cluster spread on 5 separate VMs. There are 5 Upgrade Domains. The current version of Service Fabric is 6.4.637.9590. We are trying to upgrade to 6.5.676.9590 and facing issues in doing so. When the upgrade…
Service Fabric stateful services in-memory vs external storage
I have a Service Fabric application and it contains two services stateless and stateful. Service Fabric Application Stateless Service: It contains API endpoints to communicate with stateful service. Stateful Service: The data is being stored in Reliable…
On Premise Service Fabric - Cannot change DNS settings, values revert on a reboot
I have a client who is running a number of on premises Service Fabric clusters, each hosting a number of services. As part of a general network upgrade, they are changing their network's DNS servers to new VMs (hence IP addresses). They have…
SQL Server Max Memory not being respected Azure VM
I have an Azure VM - Standard DS14 v2 (16 vcpus, 112 GiB memory) - That is used to run one instance of SQL Server. The Max Memory for this instance is set at 100,000 MB. The target memory in perfmon is around 110 GB and the total memory is 80 GB. I am…
How to allow accessing URLs from service fabric cluster?
I have a python application from which I am trying to connect to couple of URLs. When I run the application locally then there is no error. When I build a docker image for the application and run it, then also there is no error. However, when I…
Migrate monolith into service fabric
Hi, we have a .NET 4.7 monolith and think about to "put this into" Azure Service Fabric. We are Azure Service Fabric newbies. Do I understand it correctly, that we can put our existing monolith into a Service Fabric and deliver a setup…