Is there a Sandbox environment for course 5900 XP - Get Started Querying with Transact-SQL?
Is there a Sandbox environment for course 5900 XP - Get Started Querying with Transact-SQL? I started the course a few months ago and I believe there was a Sandbox environment. Today, it only has options to use Azure SQL account MS SQL Server. This…
Not able to login to instagram
I had lost my old phone on with I had my authenticator app so I downloaded it on a new phone and have signed it. But my Instagram was linked to the authenticator on old phone. When I signed in again on the new phone I can't see the code on the…
Error with manifest upload
I'm attempting to do utilise the ADU service for OTA updates, and I am getting this error with my manifest file: A problem occurred trying to parse the schema for one or more import manifests. Delete the file or adjust its syntax, and try again.Learn…
when I try to az login with notforprofit email account it doesn't allow me to login it says email doesnot exit
I have azure account by email ID nagmani@indocanadians.onmicrosoft.com when I try to login by cli as az login, it pops up to provide email. when I provide this email, error box displays email doesn't exist. How can I login? Nagmani
trying to write data from adlsgen2 to synapse sql dedicated pool but getting data type error
I am trying to write data into a table from adls gen2 using a copy activity. when creating the table, i have to use varchar(max). varchar(8000) is not an option as my data is too big for that. when creating the table using dedicated sql pool, i am able…
Im unable to signin azure portal with my Github account
I applied to Github Education Pack in Github and got approval. But I can't signin azure portal to use my student pack. When I try to signin it throws me some captchas and then this "Create Account" Step then nothing happens
Error in CLI code for retrieving the private IP
Hi, In the lab https://learn.microsoft.com/en-us/training/modules/control-network-traffic-flow-with-routes/6-exercise-route-traffic-through-nva there is an error in the documentation. I couldn't find out how to contribute to a lab in github. Here is…
Using System-Assigned Managed Identity for Blob Storage Access in Azure Synapse Analytics
Hello guys! I'm working on a project in Azure Synapse Analytics and want to switch from using a connection string to a system-assigned managed identity for accessing Blob Storage. I’ve enabled the managed identity and assigned the appropriate role, but…
How to read text from .doc and .docx files in Azure Blob Storage with Python?
Hello, Is there a way to read the content of .docx files—and more importantly, .doc files—stored in Azure Blob Storage directly in Python without having to download them locally? Handling .doc files locally can be quite cumbersome, so I'm curious how…
will migrating my classic storage account affect my Windows Server VM web app?
My web app on my Azure Windows 2019 Server VM read/writes directly to a C drive. There is also a D drive named "Temporary Storage." My app does not reference any APIs for classic storage access. My Azure subscription 2 "disc"…
Can't sign in to my authenticator app because the sign in process get a loop and wants authenticator to authenticate the sign in! And I am also the admin of my tenant...
When I try to sign in to my account it request the authenticator code or accept and I have no authenticator app installed after install it wants the same process to sign in…also I am the admin of the tenant and there is no other users.
Retain forever & Retain as per policy options are only available on an immutable RSV
Hi Team, I am unable to get the "Retain forever" & "Retain as per policy" options in backup vault with non-immutable vaults. Are these options being only available for immutable vaults only. If yes, do we have a document for the…
Is there a way to edit Word files from an Azure Blobstorage directly from an WebApp?
We have a web app that has a list of documents (Word Files, etc) - which are stored in an Azure blob storage - that we want to be able to edit directly in Word via an Office URI, or at least directly from the Web App. Note: The Frontend is Angular and…
How to disable the default "Disfluency Removal" of filler words after STT transcription in Azure AI Speech?
Azure AI Speech Services defaults to removing many filler words (uh, eh, etc.) via post-transcription "Disfluency Removal". My use case includes presentation analysis for filler words, which requires a verbatim transcript. Is there a…
Unable to resolve custom DNS name for virtual machines via VPN
Hi, I am trying to resolve to custom DNS name for virtual machines and SQL on VMs in my tenant; the structure is as follows: We have 2 subscriptions i.e. sub1 and sub2, the private DNS zone and VPN gateway are in sub1 whereas the VMs are in sub2. The…
Unable to resolve custom DNS name for virtual machines via VPN
Hi, I am trying to resolve to custom DNS name for virtual machines and SQL on VMs in my tenant; the structure is as follows: We have 2 subscriptions i.e. sub1 and sub2, the private DNS zone and VPN gateway are in sub1 whereas the VMs are in sub2. The…
Azure Function Multiple Blob inputs with managed identity
Greetings, As the title suggests I have an timer triggered azure function that has two blob inputs for which I want to switch from connection strings to managed identities. I have enabled the system-assigned managed identity on the azure function and…
Accessing Custom Metadata in a Blob via Azure Logic App Trigger from Event Webhook
How can custom metadata associated with a BLOB be accessed in an Azure Logic App triggered by an Event webhook? I am trying to pass BLOB metadata to a Logic App, which will then send it via email when a BLOB is added to storage. The metadata is defined…
Can't connect to Azure services through VPN Gateway
Hi, Since this morning, my team and I can't connect to the different Azure services we use, more specifically Azure Database and Azure Storage. We use a VPN Gateway to connect to our Azure Virtual Network in which the different services are connected.…
Azure AKS Cost Analysis - No cost data to show
I have enabled AKS Cost Analysis via CLI. When i list ze AKS cluster with az aks show... The JSON block returned shows that costAnalysis is enabled. "metricsProfile": { "costAnalysis": { "enabled": true }…