Form Recognizer APIs have been deprecated. Please upgrade to v2.0
I am not seeing how to update the API for Forms Recognizer

Filtering Users On The Basis Of Domains Using Graph API
Hello. I am trying to get the users of a particular domain via the users endpoint. https://graph.microsoft.com/v1.0/users. I have tried using the endswith filter on the userPrincipalName in the following manner: …
Azure Postgres - Pricing calculation for Backup retention period of 14 days
Backup retention period for Azure database for Postgres is 7 days by default. What is the cost if we increase to14 days . The pricing calculator website does not give option to calculate for this. …

Data Mismatch Error: Mail - Unable to identify duplicate
Data Mismatch Error On Azure AD Connect Health When I am trying to sync one particular user I get the "Data Mismatch Error" When I click on "View current state in Azure AD" under "Object with Conflicting…

Restrict Built in role in role assignment
I have created a role that allows only role assignment to the user as shown in the below image. When I select the Add Role Assignment it will open a page where I can select the role as shown in the below image As show in the above…

Task Scheduler when user is not logged on
Hello. I hit this issue on Windows 2016. I did not have it neither Server 2008 or 2012 I have to run Task Scheduler when user is either logged on or not. When I select this radio button and do not select check-box 'Do not store password' it failed…
Integrate ADFS ( WS 2019) with an external Identity Provider: check user authorizations / permissions
Hi, I have setup an enviroment with an ADFS ( WS 2019) and an external Identity Provider. My goal is that once a user has been authenticated by the external Identiy Provider that ADFS will query AD to get retrieve his / her permissions (i.e. based…

AZ 500 Exam Retake
I was told that I can apply for a retake of AZ 500 from pearson Vue. However, I never received an Email from them to allow me to retake the exam. I already paid $165.00 and Do not want to have to pay again to retake it if I can avoid this. Can someone…

Build C++ code using cmd or powershell
Hello, I'm not at all a c++ guy. After lot of effort I'm able to make a class library in basic c++ which return a hardcoded string. The code consist of a basic native unmanaged code and I cannot add mscorlib. What is the list software or libraries…
How to get blank value for a column where a value is repeated multiple times
Hi All, Below is the code i have which is the input image and i am looking to have the output which is in the output image. Basically what i am trying to get here is any column where the text field value is repeated for multiple id's i want to make…
how to add time
Good Morning, I have two fields tran_in (deatetime) = "2020-09-21 15:42:39.000" tran_desc2 (char(30)) = "00:03:59" I need to add these two fields Thank you !!!
B2C single sign-on and sign-out work fine on localhost, but not in dev environment
We have two ASP.Net Webforms sites, I'll just call them website1.mysites.com and website2.mysites.com. My local copies work perfectly - I log into website1, then click on a link to website2 that goes to, for example, website2/page1, and I'm logged in and…

The best way to implement such schema in SSAS
Hi All, I would be grateful for your advice about the best way to implement in multidimensional cube the following situation: I have got a standard star-schema (please see attached picture) Fact_Actions - fact table Dim_Agreements, Dim_Users and so…
Custom DNS Servers and Azure Private EndPoint
Hello Experts, If I'm using a custom dns server (such as Active Directory Domain Service which has been extended from On-prem) within my VNet in Azure and I need to create a private endpoint, is still required that I choose the option "Integrate…
In-place upgrade from 1803 to 1909 fails because roaming user profile removed during logoff
I have a task sequence (SCCM) which runs an in-place upgrade from Windows 10 1803 Enterprise to Windows 10 1909, but if it's run while a domain user is logged on then it fails and rolls Windows back. I narrowed down the cause, after reviewing the…
Access Denied in elevated cmd terminal
Hello everybody, A very kind gentleman by the name of Igor recommended I post my newb question here so please go easy on me lol. I'm trying to run a simple command in an elevated Command Prompt that acts on a folder that resides on a secondary HDD.…

Azure ServiceEndpoint between 2 Azure VMs
In Azure, Can we enable service endpoint to talk between 2 IaaS resources(2 Azure VMs) like below ? . As far as I understand service endpoint is useful in accessing only PaaS Services via the Vnet As far as i understand , The Azure VMs can talk…

How to write a code if exists code inside try catch block
How to write a code if exist object inside a code try catch block when am trying write a code its not working.Please find below a code as per my requirement and when i am trying keep a code before if exist its not throwing error. Create PROCEDURE…
how to monitor AAG install on Azure VM , using Azure monitoring (Auzre portal )
Are there any way to monitor AAG install on Azure VM ? Using Azure monitoring to give alert? like replica is disconnected Primary and Secondary roles changed High redo queue / High log send queue (performance counter) thanks

What does "local" mean in compute target?
Hi guys, I'm new to Azure ML. Following the URL below, I tried to run my python script on local machine. By local, I meant exactly Windows on my local physical machine in my house. But it seems python script 'transform_titanic.py' was executed on Azure.…