Import configuration failed, error creating Index
After adding a datasource (cosmosdb), and using the indexer wizard thing I get this when trying to start/schedule the indexer: ]1 Have tried this twice now (removing the data source and re-adding to get the wizard) Not sure if/where there is any more…
Data Lineage on SSIS with Azure Purview
Hi, I'm testing Azure Purview. I have some projects with SSIS and I have migrated the projects to Azure Data Factoy. The projects and its pacakges work correctly. On some data flows I have used SQL Commands (Components) to update records on destination…
azure app service modified with malisious .js files
One of our website hosted in azure app service got infected. Java script files inside app service were modified. This code decodes to a malicious domain. We haven't notified any alerts from Security center about this modification. Could you please…
Microsoft Graph API, DELETE request response, "Access is denied. Check credentials and try again."
Hello. I'm working on a short shell script to remove e-mails from three different inboxes. Our M365 admin successfully registered, configured and authorized an app which allows us to get an access token via script. We can read e-mails successfully…
Azure authentication in JMeter
Hi, I am doing performance testing with JMeter for a cloud based application with Azure AD. Now face a problem with Azure authentication in JMeter. As Azure authentication generate token and session dynamically for user when every time login the…
How can a split a string in SQL
Hi!! I have a column that have lines that look like these: LINE1: {value=vneobbnlri, id=123}, {value=ajfheofbks, id = 456}, {value=malualves, id = 678}.... LINE 2: {value=fhegnbegiervnrte uigel, id=123}, {value=ihefbgiuergbi, id = 456},…
Why do both C++ Release versions compile OK, but not the Debug versions? (VS Community 2019)
Trying again! Server would not publish this earlier due to the code! I have a C++ program that accesses a disk drive, copies data from it and writes the data to a file! NOTE: I am using Visual Studio Community 2019 (Version 16.9.1); I have no idea if the…
Fluent UI Northstar theme intellisense in VS Code
For a Teams app, I am trying to use theme color schemes described here: https://fluentsite.z22.web.core.windows.net/0.51.4/color-schemes When I type theme.siteVariables in VS Code, I don't get any intellisense for colors: What am I…
Creating a Hive external table with Azure Blob Storage credentials in Spark-sql
Hi, we are using our own Hadoop/Spark cluster where we are running some spark-sql queries. My question is how can we set azure storage credential for a external table? instead of storing the credential in core-site.xml For e.g. CREATE EXTERNAL…
No reply-to in email header
I'm using an email plugin for wordpress and a plugin for contact form. The issue I am having is after receiving the outlook email there is no reply-to field in the email header. I was peviously using SMTP, but am migrating to Oauth and microsoft graph. I…
![](https://techprofile.blob.core.windows.net/images/1qa5d6FJSkWl57w5zQc_hQ.png?8D8956)
Does Microsoft Graph API support the OAuth for outlook.com accounts or any free microsoft accounts or non-office 365 accounts?
I am trying to OAuth a non-office 365 account using Graph APIs. It ain't working. I could not find if Graph supports such accounts for OAuth?
![](https://techprofile.blob.core.windows.net/images/1qa5d6FJSkWl57w5zQc_hQ.png?8D8956)
Problem using POSTMAN to call REST APIs: "error_description": "AADSTS7000215: Invalid client secret is provided.\r\nTrace ID:
I'm trying to use the REST APIs to delete Assets in Purview but I keep this error: "error_description": "AADSTS7000215: Invalid client secret is provided.\r\nTrace ID: I have an App Registration that is assigned both the Owner…
SCCM installtion error
I am trying to install SCCM 2016, but I got stuck on downloading the prerequisite, Showing the error "An error has occurred while attempting to download or verify required prerequisite components and setup cannot continue." please help me to…
![](https://techprofile.blob.core.windows.net/images/zqVVzkJ_K02YlOUZepNGvw.png?8D934E)
nth Occurence Join
I am very stuck with this. I have two tables: Table 1: Patients and CPT values that all say SURG PATNOCPT58903SURG58903SURGTable 2: Has same patients but with actual codes I need to match with Table 1. PATNOCPT5890329882589036447 The issue:…
Azure B2C - How to Add External Azure AD as Identity Provider
Good day all, I'm trying to figure out how I can add an external Azure AD as an identity provider to my Azure B2C instance. By "External Azure AD" I mean truly external, as in outside the domain. I would like to try and support our product…
![](https://techprofile.blob.core.windows.net/images/SbBXW6wumkK4XgZSyURk4A.png?8D926C)
Cannot add Power BI PRO (while having Visual Studio Enterprise)
Hi, I have a Visual Studio Enterprise licence. I tried activating the PowerBI Pro (which is part of my licence) and I get below error. I googled but no clear response or root cause of this. Repro steps in my VS :…
Forgotten Password with 2-step enabled and no longer have phone
How do I recover an account that I've forgotten the password, have 2-step authentication enabled, and no longer have the phone number used in the 2-step authentication process? Using Microsoft assistant to recover password was going in the right…
![](https://techprofile.blob.core.windows.net/images/SbBXW6wumkK4XgZSyURk4A.png?8D926C)
WVD - joining pools to different domains in same tenant
Hello everyone, I am looking for some assistance with a multi-domain/forest WVD deployment. Our first pools have been working great for over a year [running spring release since June last year], but now I need to create a pool for our developers…
![](https://techprofile.blob.core.windows.net/images/as_Tu4nfLUeUI0EOf39xtg.png?8D9529)
Azure synapse pipeline copy activities remain in a Queued state
Since yesterday, all of our pipelines that extract data from on-prem SQL servers to Azure data lake storage no longer work. Any Copy data activity remains in a Queued state, that never clears. There was a major Azure issue yesterday that was widespread. …
Inner Join using SQL SMS
Hi. Noob here trying to figure out SQL SMS queries. I'm trying to take a query that works in MS Access and use it in SQL Server Management Studio. I start getting syntax errors at the "inner join". If I just run the first select-from-where…