Bastion UK Availability
Are there any timescales on extending the availability of Azure Bastion so it can be hosted in UK regions?
Apps works on deployment slot, not on production (for some browsers)
Have an app, running for the last year but last week started getting auth issues on production. Debugging it showed random 403 reported. We published again to a deployment slot, checked everything worked and then did a swap. No success. What works (on…
UWP XAML is throwing an unhandled exception when a collection is empty
I have two ObservableCollection and its bonded with two different ListView UI. ObservableCollection deptList = new ObservableCollection(); ObservableCollection teacherList = new ObservableCollection(); User can add or remove items from the…
Registering NPS to ADDS not working
When follwoing the instructions https://cloudinfrastructureservices.co.uk/how-to-setup-radius-server-2016-in-azure-for-wireless-authentication/ When I try tp register the NPS to AD. If fails saying I don't have permissions I used the same user to…
stateless service with instance count 6 when node count 5 fails.
hi, we have simple stateless service with default instance count 6, deployed to local five node service fabric cluster, errors out as below at 6th instance creation. No port is given for service end point, ports are dynamic, no conflicts. System.CRM …
WSL On Windows 2016
i know i can't use WSL on windows 2016 but is there any way to upgrade 2016 to 2019 data center without creating a new VM ?
Tracing a sharepoint file based on the shared URL
Hello, I'm trying to see if I can back trace a sharepoint file, based off of the URL shared to me via email. Example URL: https://*******-my.sharepoint.com/:w:/g/personal/vish_pothaganti_verqu_com/EQG-RRAvfO1DidNPDzhIPREB3zcTXkrjQDRFxNVRhxnf6Q I…
Azure Active Directory Enterprise Applications
App works great at http://localhost:3000 we then deployed that same code to our staging site to test with Production data and I added the following URI to authentication - https://cos-stage.beaconis.com and I get the following error back - undefined…
[UWP][C#] Font size in UI controls - datagrid and listbox
How can I change the font size of the header column of the datagrid? Microsoft.Toolkit.Uwp.UI.Controls.DataGrid I also find that I cannot change the font size of the contents of a listbox either. I need to do both in code...not xaml. Thanks, Paula
MSDN - Multi-Factor Authentication Access
I thought Azure MFA Server was accessible with the MSDN subscription and the 150 Credit monthly for Azure. But I am not able to access it. Am I doing something incorrectly?
How to achieve high availability in ADFS across Azure and On Prem Data centre
I am currently looking for a solution to achieve high availability for ADFS between a disaster recovery site in Azure and our core data centre on premise. The ADFS is currently configured with split brain DNS so the internal users do not go through the…
Skip MFA with public on-prem server > Is there a known ip-range from Microsoft to limit the access in our firewall for our server??
Hello, all our users have MFA enable. We are considering a new add-on for our on-prem crowd server (which we use for our authentication for the atlassian applications). The requirement is to make the server public and to add the public ip to…
Azure AD Sync error
I get an error when I try to install and configure the Azure AD Sinc. An error occurred executing Configure AAD Sync task: The ADSync service is not allowed to interact with the destop to authenticate. An error occurred executing Configure AAD Sync…
Memory Size Discrepancies between machines
I have a handful of virtual machines I created years ago as Linux A0 machines. A0 machines are described as having 750 MB of memory. These are now considered "Classic" virtual machines. They have been humming along nicely with their…
MSSQL Linux Server Issue: SQL Server only supports SAFE assemblies
Dear Support, We recently came across an issue when trying to register some custom SQL CLR assemblies we have created on SQL Server 2017 v14.0.3238.1. First of all, these assemblies require that they have External Access Permission, as they call…
New-ExoPSSession there is error after importing the exo module
Hi, after importing the exchange online powershell module , when tried to execute the command New-ExoPSSesssion command there is error please help error details below Tried same as here with nugetpackage still the same error please help …
Cannot authenticate from visual studio 2019
I am remoting into a Windows server 2012 machine. I can authenticate the acct from a browser (chrome) and login to Azure devops. However when I try to login via Visual Studio I get the following error: We could not add the account AADSTS51004: The…
KMSI checkbox disappeared after upgraded the page layout to version 1.2.0
I have changed the page layout from 1.1.0 to 1.2.0 om Sign-in custom policy to use data-preload="true" attribute but I have noticed that KMSI disappeared from the login page. Is there any configuration I need to add to show KMSI again in…
Error in Password Hash Synchronization General Diagnostics
When I run the password synchronization diagnostics with the Invoke-ADSyncDiagnostics -PasswordSync command, I get this error: Password Hash Synchronization cloud configuration is enabled. Password Hash Synchronization agent had an error while pushing…
Can I connect to an azure hybrid connection from my dev machine?
Hi I have set up a hybrid connection from "server-a" which is running the hybrid connection manager, and this serves up for example "localhost:5000". So I can access "server-a:5000" from my Azure App Service. This is working…