Content
Not able to execute databricks delta live table "PERMISSION_DENIED"
Hi, My team is having issues to execute delta live tables (dlt) pipelines using our workspace. From requirements documentation, I noticed delta live table users should have cluster creation permission and I created a cluster policy they can use at this…


How do I delete rows with certain characters in the data flow?
I want to delete this '〇' row in the image in the data flow. Is there a better way to do this?


Iam receiving json data from restapi link, with multiple arrays how to pull data into SQL db
@ShaikMaheer-MSFT data structure like this { } Json. [ ] Links { } 0 { } 1 [ ] Results{} Entity - under again [] links


100.64.0.0/10 CIDR addresses have a 'Success' connection to my Storage account
Hi , Any idea why these 100.64.0.0/10 CIDR addresses have a 'Success' connection when my Storage account explicitly only allows a single IP? According to CentralOps, it details this block address as: *This block is used as Shared Address…


java.util.NoSuchElementException: None.get
Getting below error while I am running data flow created from api. But its working fine in debug mode. { "StatusCode":"DFExecutorUserError", "Message":"Job failed due to reason: at Join 'sampleParquetazureJOIN1':…


Azure Storage Blob Huge Soft-deleted Missing
We have a storage account configured with soft-delete for 360 days and versioning disabled. The blob container is mounted in AKS via the official CSI Driver feature. The issue we are seeing is that we have 64TB of soft-deleted data, but cannot see this…
How to allow graph and db permissions in app registration active directory loginparameters
Steps to reproduce: create an app service (doesn't matter what language/config) go to authentication and add built in Microsoft authentication with default settings follow this step and add https://graph.microsoft.com/User.Read to the…
Unable to delete paired premium service bus namespace and its using all my MSDN credits, please can someone help remove?
Hi, I currently have a premium service bus in my subscription that I cannot remove. It is a premium namespace that was part of an upgrade process from standard to premium. Whenever I go to delete I get the error: "DR config cannot be deleted…


azure ml sdk/cli v2 - read multiple parquet in uri_folder in prepare_data.py script
I would like to know how to access a URIFOLDER in Azure ML CLI/SDK V2 in prepare_data.py script ie How do I loop through the URI_FOLDER and construct a full dataframe from multiple files? I have registered the below path as a URI_FOLDER dataset (name as…


Shrink data file in databases on Azure SQL Managed Instance
Dear Experts, I came across this link which describes the process for performing a shrink operation on an Azure SQL DB. However, the same link says this does not apply to Azure SQL Managed Instance. Could you please advise the recommended link for Azure…
Issues connecting the the Debain VM After Migrating to Azure
Hello Team, We have migrated a Debian VM from On-Prem to Azure. The local firewalls are cleared to connect to ssh on port 22 After migration VM starts up but can't access the VM in Azure. Below are the logs in serial console attached to the VM Could you…


Microsoft.CognitiveServicesOpenAI deployment failed due to time out
I tried to create a open ai resource in my subscription, but it always show "Deployment is in progress", and failed after 2 hours. How long does it take to deploy the open ai service? How to solve the time out issue?
c# error when connect to mysql "Object cannot be cast from DBNull to other types" (mariadb 10.3)
Object cannot be cast from DBNull to other types" (mariadb 10.3)


Microsoft.WindowsAzure.Storage.StorageException: The remote server returned an error: (403) Forbidden. ---> System.Net.WebException: The remote server returned an error: (403) Forbidden.
Hi I am trying to access my nodejs bot but I am unable to access the bot while checking the nodejs app service logs in azure it is showing the below error: 2023-03-27T07:25:35 Microsoft.WindowsAzure.Storage.StorageException: The remote server returned an…
pyodbc.ProgrammingError: ('42000', "[42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Credential with name 'SharedAccessToken' has not been found or you do not have the permission to access it. (16548)
import pyodbc import urllib.parse server = 'abc.sql.azuresynapse.net' database = '' username = '' password = '' sas_token = 'z' # Build the connection string account_name = 'a' file_system_name = 'b' directory_name = 'c' file_name = 'd' credential =…


How to resolve 20% flatline CPU utilization on Azure Win Server VM
We have a Win Server 2019 VM on Azure under the B2s general purpose subscription. Problem: the CPU flatlines at 20% utilization, slowing down server performance to a relative crawl. It seems as if there is a CPU quota of 20% being enforced. Perhaps a…


Cannot find Microsoft.Synapse/workspaces/linkedServices
Hello Team, Our client does not provide "Synapse Artifact Publisher" role for deploying synapse artifacts to higher environments. As per their policy, they create custom roles and add required RBAC permissions and assign them to the service…
Trying to access Azure Websites hosted in HK from China gets ERR_CONNECTION_TIMED_OUT since Nov2022
This is not a new issue, but as we still have not resolved it, I'm asking it again. Any website that we create using Azure App Service that's hosted in HK, is not accessible from China. That applies to any website with url that ends in…


Key vault login issue
Hi Team, i have key vault services and all private and public key is store in it.and collecting client secret key from app registration.it was working fine but from yesterday suddenly one issue is started.i see that…


how to call column which has space
Hi How to call excel column in action stored procedure which has space? @item().BilledCost (Invoice)