Merge two different Azure Data Lake Storage Account under one subscription.
Hi There, I have two Storage accounts the old ADLS Gen1 under one Management Group and subscription and another new ADLS Gen 2 under entirely different Management Group and another subscription. Now, the requirement is to have complete data (Gen1 +…
Copy Multiple files into ADL Gen2
I have a Data Factory pipeline that currently copies files daily from a Google Storage account down to an Azure Storage Blob ADL Gen2 enabled. Source several different files, File1, File2, File3 etc, all have a data range in the file name…
Virtual Machine SSH public key connection
I have created VM with authentication set to SSH public key. I set up ssh public key while creating process. There was a form input for the key. VM has been successfully created. But as I tried to connect via MoboXTerm to VM I get an error: No supported…
Multi-tenant application with saml2
A web application registrered in our tenant, with signInAudience: AzureADandPersonalMicrosoftAccount in the manifest allows logins from the same tenant just fine using https://login.microsoftonline.com/common/saml2, but users logging in from other…
DSVM Ubuntu 18.4 - OpenCV Broken
DSVM: Ubuntu 18.4 - NC Series K80 VM The following python code fails but should display an image (obviously need to change paths to suite to repro). This is causing me a lot of issues with samples I'm trying to run. import cv2 image =…
M365 Migration
I currently have a Free Teams option for my organization. We are looking into the Business package, as the Admin, if I buy the Business package (6$ a month Basic Business plan) does all the members of my Org have to buy the package or are they…
need to purchase remote desktop cals for windows server 2012
need to purchase remote desktop cals for windows server 2012. "Our remote desktop has been disconnected because there are no Remote desktop License servers available to provide a license" We installed this Windows Server 2012 last February…
Server-to-server trust between SharePoint Online and SharePoint On-Premises
we need to configure the Outbound Hybrid search and query from the on-premises farm to SharePoint Online farm and results should be displayed in the on-premise. Now for the outbound search is this obligatory to configure server-to-server trust and need…
Where is the best place to contact MS for billing issues?
Dear Microsoft, I have no idea how you somehow got me to agree along the way to pay $10/month/powerapp. I haven't even developed anything yet and I'm getting an invoice. Where do I go to contact you about this? A.
Change caller ID to BUSINESS NAME ONLY WITH NO NUMBER
Hi I'm working remotely from home and need to show that my number is a business number without displaying an actual number. How do we do that with SKYPE? Lots of other VOIP companies offer this but I don't see that feature on skype! THANKS!
Initial domain transfer In to Azure failed due to lock. Now unable to retry
I'm using a POST request on the azure REST API to transfer my domains in to Azure. 1 domain succeeded and transferred correctly - however another had a lock on it due to a recent contact change. This lock has now been removed, however whenever i attempt…
ODBC System-DSN cannot store user password (Azure SQL)
Hello, we connect our application to a Azure SQL database using ODBC system dsn. SQL-Authentication (user/Password) is in use. I am not able store the user password. Everytime the app starts I need to enter the user password. Help is…
ADOMD. Net Product Version 18.7.0.1 trows exception when extracting data from Azure Analysis Service
Hi, I’m using ADOMD. Net to execute a MDX query in Azure Analysis Service. The code worked fine until recently, but stopped working when the new version of ADOMD was installed on the computer. I tried on two systems: one has Net Framework 4.5…
Reporting Services Error Hexadecimal 0x00
Actualmente tengo un error en carga automáticas de .rdl a un caperta en repositorio de reporting services.Tengo varios rdl, los cuales debo cargar al reporting services, en su portal web. Para ello creer una rutina y la guarde en un .rss /////*/ 'Script…
Draw the following figure with python turtle
Hello, I have to draw the following figure with turtle in python. I have achieved the following: import turtle turtle.speed(25) length = 30 turtle.x = 25 turtle.y = 25 def draw_rhombus(): for i in range(1, 3): …
Error cargas rdls reporting services - hexadecimal 0x00
Actualmente tengo un error en carga automáticas de .rdl a un caperta en repositorio de reporting services. Tengo varios rdl, los cuales debo cargar al reporting services, en su portal web. > Blockquote 'Script Starting Point '…
Azure AD PIM Approver details
Hi , In Azure AD PIM can we track whose the approver. I'm looking it from an end user perspective because when he activates his role it says pending for approval. How to check who are the approvers and so that he can chase after the approver ? Ping…
regular expression exact date with multiple formats
I have a large file with URL strings such as: http://tg24.sky.it/mondo/2020/05/01/corea-nord-kim-riappare.html http://tg24.sky.it/mondo/01/05/2020/corea-nord-kim-riappare.html http://tg24.sky.it/mondo/2020/04/30/corea-nord-kim-riappare.html …
C# - Spinner Adapter - Xamarin Android
I have a problem with the adapter for my spinner that takes data from a SQLite Database and tries to show a bunch of strings as a result of the spinner. It sends me an error message > "Exception of type 'Java.Lang.NullPointerException' was…