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.…
how do I change the date format when using power apps?
when trying to build a power app i can see no way to change the date format from mm/dd/yy to dd/mm/yy? what am i missing?
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…
User permissions error Azure Autoscale
Hello everyone I'm creating an AVD environment, everything is fine at the time of creation, however when assigning the hostpool to the autoscale, this indicates a permissions error ActivityId: id error Error:…
Clearing up ServiceProfile Folder
Hello All, I have a query regarding whether 'ServiceProfiles' folder under C:\Windows directory can be cleaned up or not . This is because this folder is taking up a large amount of space. Also if I can get an idea of what this folder is all about and…
How to secure my function app using google identity provider
Hi, I have an OOTB function app created using maven azure function arche type Code is similar to https://github.com/azure-samples/azure-functions-samples-java/blob/master/triggers-bindings/src/main/java/com/functions/Function.java The code is not…
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…
Manage AVD on Azure Stack HCI Using Intune and SCCM
Hello, We Just Implemented AVD on Azure Stack HCI, we also have on-prem SCCM. i'm wondering can we use SCCM to manage AVD, if not do we need to configure co-management? and whats the best practice and recommendations. Thanks.
Not able to Provision Azure Virtual Desktop using Rest APIs
Dear Microsoft Community, I am trying to build a POC for AVD(Azure Virtual Desktop) Provisioning using REST APIs. I learned, for Provisioning a AVD, we need to complete few steps. Create Security Group (for Users, Administrators) Create Resource…
How to connect to on-prem Analysis server using synapse notebook and uses System assigned managed identity as authentication.
HI Team, I have an on-prem analysis server details like server name and data base name managed by another team, they have provided access to me on the server but now is it possible to use a synapse notebook to connect to on prem analysis svr. Using…
Graph API: Adding app to Microsoft Teams chat returns 403 Forbidden
I have an app fully configured and working. I use Graph API to perform different actions from behalf this app. One of my use-cases is using Graph API to add app to chat as described in this docs. This request worked good yesterday (with 201 Created…
RDS - restrict single user to one session host
Hi, 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?
Error when trying to roll over the Kerberos decryption key for Azure
The error is: [11:31:46.706] [ 7] [WARNING] Failed to remove inherited permissions on Sso computer account CN=AZUREADSSOACC,CN=Computers,DC=ehad,DC=loc. Error : A constraint violation occurred. I did the following steps to try rolling over the Kerberos…
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?
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.
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…
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…