Which devices does Azure Spatial Anchors support?
Which devices does Azure Spatial Anchors support? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] source: Azure Docs
Changing the parameters which are not supported on server parameter blade on Azure Database for MySQL
How can I change the parameter like "character_set_client" which are not supported on server parameter blade on Azure Database for MySQL?
Database replication supported for Azure Database for MySQL
When will database replication be supported for Azure Database for MySQL?
Setting up multiple S2S connections with Meraki firewall
I would like to create a 2nd VPN connection to my other office but when I go to virtual network gateway/connections. It says "A policy VPN gateway cannot have more than one connection. If you would like to add a different connection, please first…
Azure AD B2C custom verification code email localization content
Hi, I use custom policy to send a custom email verification code with sendgrid. It is ok to create an email template and pass custom value to manage the content of the email by using "InputParameter" of "ClaimsTransformation".…
How to detete an external AD user using MS Graph API
Dear all, We are trying to remove a guest user from AD using graph api. For that we use the following as describe from the documentation : https://graph.microsoft.com/v1.0/users/{userPrincipalName} If the user is a user with an AD domaine…
Set ACL of multiple group in AD via POWERSHELL
Hi everyone sorry but i'm not very good with Powershell and I need to set the ACL permission for 500 security groups in AD, in particular I should give the rights of; WRITE, READ and DELETE to user TEST1 in all groups that i have exported in TXT file,…
Naming convention ID's for resource, storage, device, ....
Hello, Can someone please give me more information or details about rules or conventions when naming objects or resources in the world of Microsoft. Example of Id's c0670c8-6c9d-49e6-8417-4f626810d505 8a4d331c-945a-4662-ad7a-ba7d8024be9e and…
How can I migrate my on-premises SQL Server database to the Cloud?
How can I migrate my on-premises SQL Server database to the Cloud? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question.] Source: FAQ
Merge 2 DPF files into a single PDF file (merge)
Hello, I would like to have 2 PDF files in one directory combine them into a single PDF file and copy them to another directory. I would like to use the Windows PowerShell ISE program for this. Could someone show me a script with which this…
How do I govern subresources in ResourceProviders?
There is AuditIfNotExists policy like below "policyRule": { "if": { "field": "type", "equals": "Microsoft.DBforPostgreSQL/servers" }, "then": { …
Adding existing plans form Planner to Sharepoint
I'm new to sharepoint and I'm trying to show existing planners in the a site but when I try to it does not show a single plan I read many things such as connecting to o365 which I believe it is since I can't find that option in the settings as many…
Qna, see what bot is answering the users to improve the bot?
Can I read all the users asked questions and the bot answers, to improve the bot? (And if I add a simple "iframe tag" to a website to add the bot, can I change the "didn't find a answer to your question " default bot answer? )
Screen-recorded video with Powerpoint has no audio even though audio button is turned on.
I used Office 365 Powerpoint screen recording feature to screen record my online lectures, only intent is so that I can refer back to the lecture at my own pace. I connected my bluetooth earpiece to my laptop and listened to my lecture with my bluetooth…
Issue with VPS B4MS (Public IP Address)
Hey, i have an issue i cannot use the public ip address within the azure vps. im running centos 6.8 and i have forwarded ALL ports inbound and outbound. i enabled static ip aswell but noone resolved my issues. ok so. i have my own software written in C…
The API for PROCESSOR_IDLESTATE_POLICY struct
I am trying to get the value of C State (Idle State) is Enabled/Disabled, I found in XP it is possible to use "ReadProcessorPwrScheme," but I have not verified it. But in Win10, currently I don't have any idea for it. I searched the…
My games use only one of the xbox one GPU cores
Hello, I apologize for my bad English. I use the Xbox Live Creators Program, but my games use only one of the xbox one GPU cores. I have activated directx 12,.. In the console, I chose that this is a game and not an app. I know that only the…
Unable to access the Win32_NTLogEvent class system or application data remotely from WMI
WMI remote access Win32_NTLogEvent class administrator user administrator can access normally. Switch to other users and set DCOM permission connection and namespace permission. At present, WMI remote access to Win32_NTLogEvent class logfile is security,…
Azure SQL Managed Instance - Error while connecting to Analysis Service - "The OLE DB provider "MSOLAP" has not been registered"
Hi all, we are modifying our application to use a Azure SQL Managed Instance, after changing a few definitions in the installation process and some SQL code we have the database code running. The only exception is the access to a Analysis…
Not all properties being set when assigning to ItemsControl.ItemsSource
I have a UserControl with the following properties: Public Shared ReadOnly IndexProperty As DependencyProperty = DependencyProperty.Register("Index", GetType(Integer), GetType(BoardSquare), New PropertyMetadata(0)) Public Shared ReadOnly…