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…
Is an ASE required for PCI SAQ A-EP compliance?
Is an ASE required for PCI SAQ A-EP compliance? or as long as the web application is correctly secured, simply using 'standard' Web Apps will provide the necessary network security required for compliance. Our design would have Application Gateway in…

issue with azure VM port
Hello Experts, We build 2 Azure VM's one with linux and another with windows in two different Vnets but we did peering.And we are able to do ssh to linux from windows VM by both Public ip and Private ip. Then we installed HANA DB in linux system…
How to prevent VMs from changing host server?
Hi. I like to know how I can prevent my VMs from changing host server (physical server) whenever I shutdown and turning it back on? I do shutdown whenever I'm not using the vms. I'm getting "hardware changes detected" error from a…
Is Spot instance normal or Low priority?
Hello. Is Spot VM instance in Azure standard or low priority? At https://learn.microsoft.com/en-us/azure/virtual-machines/linux/spot-vms the first answer in FAQ section says that normal. I used L8s v2 spot instance yeasterday and in billing csv export…
virtual machina I want to recover my minecraft file
Hello, when I deleted my network interface, I accidentally deleted it in my virtual machine. I have a minecraft file in my virtual machine. I do not want to lose that file. If you cannot recover the virtual machine, would you recover that file?
Cannot connect to Azure VM
Hello, I'm unable to SSH into my Microsoft Azure VM. Attempting to SSH in via Terminal is met with either "Connection closed by 52.179.20.244 port 22" or "Connection reset by 52.179.20.244 port 22" and attempting to connect via…
Azure VMSS Autoscale
Folks, I'm trying to determine how Autoscale works: If the initial instance count is 5 virtual machines, the minimum is 2 virtual machines and the maximum is 10 virtual machines. When I first deployed my VMSS, I will have 5 virtual machines…
Change Azure AD source of authority
Hi, Is it possible to change the source of authority for accounts from Azure AD to Local Windows Server? I ran the Azure AD Connect tool and it imported all my on premise AD accounts across apart from around 60 users who for some reason have 'Azure…

Poor performance of h264 video decoding
I'm decoding a H264 video stream using Media Foundation. It works, but performance is really poor on both Windows (desktop) and HoloLens 2 (UWP). Decoding a single 1920x1080 frame takes 30 ms on a fairly powerful PC, 100 ms on the HoloLens . I'm…
[MSDN Redirect] tf-sentencepiece Error
Hello! I'm trying to deploy a machine learning model as a flask api on azure(LINUX VM) using azure deploy as a web app service. I've been getting tf framework error due to tf-sentencepiece lib that I'm importing in my model. Tensorflow==1.14 …
help site is down for intune
We are unable to load Help and Support right now. Please refresh the page but if the problem persists, please create a case through M365 Admin Center and reference the session ID provided. is the text I get when I access it from the menu on the left.…

SharePoint 2013 Report library issue
HI All, I have backu up and and restore one site collection with in the same data base. But report library was not working while i am click the item in report library. while i opened the .rdl using report builder it is working fine. But while i am…
Guest AAD B2B user can not sign into custom app
I'm trying to build a custom app that uses Azure AD B2B to log users that are defined in multiple SAML Identity Providers. I was able to add an Okta Idp and a guest user for that Idp. The user got the email and accepted the invitation - he was sent…
[MSDN Redirect] Conditional Access
Hello, When trying to setup MFA I selected an option that has resulted in problems signing in. At first I enabled the Conditional Access policy which requires MDF for admins.This worked fine and we had to use the MS Authenticator app for sign…

facing issue of splunk installation on one of my server and command prompt of this server is not opening?
please suggest to fix issue

UWP: CameraCaptureUI starts new Camera Task if no photo is taken
Hello, i have a Xamarin.Forms app. In the UWP project i have code to take an photo which i call using the DependencyService. The code is very similar to the example code from here:…