Parametrization for connection string is not working in linked service
Hi there, I have solution - data pipeline in Synapse taking data from mysql database. I need to parametrize it to be able run process across many environemnts (CI/CD). I set many linked services with code referencing on variable in yml file in style…
Microsoft Teams Audio Issue
Hi Team, Several users in our organisation are experiencing audio issues during a call. Most users are on Lenovo ThinkPad T14s Gen 4, Windows 11 23H2 22631.4391. Affected user's input audio volume is low so other meeting/call participants can't hear them…
No numbers are coming up on my authentication app!!
No numbers are coming up on my authenticate app so I am unable to log into my work accounts!! Yes I’ve updated the app, yes I’ve restarted my phone, yes I’ve deleted and reinstalled the app and yea I have signed out and signed in again.
RDS - restrict single user to one session host
Hi, I have 2 RDS hosts and 1 broker server. I have created collections where both session hosts are added. I have one user who need access only to first server. Can I denied access for this user to the second session host? If yes, how can I do this?
Cannot reference to an invalid or deleted Credential object for Fabric Linked Service
Getting this error after refreshing ADF page , credentials is getting removed from Fabric Warehouse Linked Service . Seems a similar problem like…
How Do I Change "Microsoft Entra ID" To My Company Name
As a picture is worth a thousand words... I look forward to learning how to do this. Thank you.
Private link service multi tenant and best practice
Hi guys, I have a tenant with a storage service that is accessible via private endpoint, an external vendor (who also have a tenant on Azure) needs to be able to access my storage account (just this one) without going through the Internet, so I was…
Partitioned parquet file into an Azure Database
I inserted a parquet file into an Azure database and it had low throughput so I thought if I partitioned the file I could load the partitions in parallel. I partitioned the file on DefaultRating using pyspark and tried to insert but I'm not getting the…
AZURE AD POWER SHELL - ERROR WHEN UPDATING SPECIFIC USER ATTRIBUTES WITH CSV
Greetings everyone. I want to update some attributes of all my users in AZURE ENTRA ID by using uploaded CSV file in AZURE CLOUD POWER SHELL. It works fine on some attributes but I have problem with specific attributes like telephoneNumber. When I had…
How to create an output binding to cosmos db to create a new document using azure function.
I'm currently trying to send a sample document to Cosmos DB at the end of the function. Although the database and collection exist, it returns an error. System.Private.CoreLib: Exception while executing function: Functions.cosmosTriggerCheck.…
Event Grid Subscription create issue
Deploying Event Subscription: figsflowemail Deployment has failed with the following error: {"code": "URL validation", "message": "Webhook validation handshake failed for…
When disabling a Logic App Standard, what happens with the running workflows?
When disabling a Logic App Standard, sometimes (longer) running workflows are not stopped properly. Is there a way to stop a Logic App, but finish the current running workflows?
Pass anything to a bicep template
Hi. I have a problem passing a number to a Bicep template Bicep template: // This module patches a setting into an existing Azure App Configuration. param appConfigName string param appConfigKey string param appConfigValue any param isKeyVaultRef…
Assistance to create Shared Mailbox without Admin permissions
What steps should be taken to create a shared mailbox if I don't have admin permissions? Who can be contacted for assistance in this case?
Can I extract images form documents using Azure AI Document Intelligence service?
The Azure AI Document Intelligence service can extract text from images, but is it possible to directly extract the image itself?
Azure Document Intelligence Custom Model Losing Accuracy in Extracting Purchase Order Fields
I am using Azure Document Intelligence to read purchase orders from various customers and extract specific fields to automate order processing. We created a custom model in Document Intelligence Studio, defined custom fields, and have been training the…
Delete Tenant associeted to "Teams Free"
Hello. Some time ago I created a new tenant with a dedicated user through my Microsoft account. Today I would like to delete the tenant from the Azure portal but it tells me that it is not possible to delete it because a Teams Free license is…
Unable to mount file share, even after connecting with VPN
I have a fileshare-only storage account that has been disabled from public networks, and only selected VNET and their subnets can mount the fileshare on their system. I already knew fileshare works on SMB protocol and cannot be accessed directly so we…
Login to office 365 account no prompt on authenticator
I have an 365 office account, and cant log in to install it as when I try to log in into that account, it asks for a code but no prompts on the authenticator app, how to proceed?
How to avoid multiple data in SQL table
I am developing Web application and i used SQL server for database storing (backend). In every form will have submit button and record will be stored into database. sometimes, end user clicking "Submit" button at multiple times. so, many…