Xamarin ios Location accuracy settings
I am using VS version 8.8.1 (build 37) for Xamarin iOS app development. I want to add iOS 14 location permissions - Privacy - Location Default Accuracy Reduced & Privacy - Location Temporary Usage Description Dictionary. However, I don't see them…
Intune configuration backup
Hello, I would like to ask question. In case of some Malware attack on my Tennant, is MS able to restore data and configuration of my Intune as soon as possible? - to decrease impact on users. As I understand tenants should be mirrored/DR, right? If…
How to decouple cross databases query?
Hi I've been trying to find a solution for this company, where they several databases and applications cross referencing sql queries to pull data for different application. Here's the summary of existing structure, Existing structure Database …
SharePoint User Profile - More than one DN specified for the same profile error in miislcient
Hi All, I ran the full user profile synch last night and after completion checked the logs and found the below ---------- System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. --->…
Does ESP8266 support AzureRtos service & ota updates also? Please help me out here.
I want to connect my esp8266 wifi module to Azure rtos and then use a service called OTA. By which i can update the firmware for stm32. So the full connection is i will connect my esp8266 with stm32 and then esp8266 will connect to azure rtos and then i…
SchemaRegistryAvroObjectSerializer Fails To Serialize
I have attempted to recreate a simple Schema Registry sample based on the Microsoft.Azure.Data.SchemaRegistry.ApacheAvro sample. Unfortunately the serializer fails to serialize. I receive the following error: System.ArgumentException: 'Type Person is not…
Azure Migrate for Physical Server Discovery
Hi We're in process of discovering the on-premise infra using Azure Migrate. There are some physical servers that we need to assess. After reading the article--> https://learn.microsoft.com/en-us/azure/migrate/tutorial-discover-physical, it feels…
How to create array of objects using DTDL?
I have DTDL model similar to below. How I can store lat,long array of locations using objects. Is there a support in DTDL to accept array of objects? Or what is the alternate way to provide array of objects. { "@id":…
I am trying to figure my sql select statement
I have 2 tables employee id, employeeID Organization id, timekeeper, Alt1Timekeeper, Alt2Timekeeper The id in employee in the key in all timekeeper fields So... Employee 1, 3456 2, 5689 Organization 1, 1, 23,45 2,33,1, 66 …
windows server 2016 0x109蓝屏
Loading Dump File [C:\Windows\minidump\112420-8312-01.dmp] Mini Kernel Dump File: Only registers and stack trace are available Symbol search path is: SRVC:\Symbolshttp://msdl.microsoft.com/download/symbols Executable search path is: Windows 7…
RDS & Group Policy
I have created a Group Policy to secure a 2016 RDS server. (Stopping the user from accessing control panel items, server manager, restart etc.) The GP is applied to an OU which only contains the RDS server. Unfortunately the GP is also being applied…
Azure communication service integration with Azure bot service
Hi there, We are reviewing azure communication service integration with other azure components and saw this course on Ignite: DB121 - "Innovate with Azure Communication Services". In this course, it shows an example of how to integrate with…
Xpath query get value of node in a XML variable multinode
Hi all. I tried for get the sku node... but I have limited skills in xPath (xpath or Xquery? I'm confused about definition...). Anyway... the first field I gotcha... but the second is always NULL. I understood the base node.. but how can I go…
Custom Receive Connector on Exchange 2019 not working properly
In Exchange 2019, I recently created a new receive connector in EMS to allow anonymous users to relay. It’s configured only to allow a specific server to send messages. Messages destined for internal users are delivered. However, messages for external…
Controlling access to Power Apps and Power Automate
while logged in to the Power Platform Admin Center, I see one Environment that has been created. This is name after our tenant and is the default environment. When I view this environment, I see "Environment Admin" and "Environment…
Can't add account in Microsoft authenticator app
Hello, I cant add my Microsoft account in MS authenticator app while scanning QR codes, it shows the code already used
Unable to add External subnet to APIM
Hi, I am trying to add the existing Vnet to the APIM. I have created a /29 subnet and trying to assign it to the APIM. In the selection panel after selecting the Vnet and subnet I am not able to see thats populating to the main screen where we select…
APIM and AKS integration
I am trying to integrate APIM(External) to the VNet where AKS is running. right now, I have created /29 CIDR subnet where AKS subnet is there and assigned to the APIM but APIM keep complaining that port 3443 is blocked. I have specifically added the rule…
Container Instances fail to start the majority of the time
I have a function app that programmatically defines a container instance using the Azure Fluent SDK. This uses a ClamAV image from our private container registry and mounts a shared volume for use across our generated container instances. The majority…
Does input parameter type matter?
We have a very simple stored procedure that is executed very often as it writes to a simple audit table. One of the columns in that table defined as tinyint. However, parameter to the stored procedure defined as int. I'm wondering if there is any…