spm
spm
The 'Diagnose and solve problems' blade of an queue triggered Azure function displays 'Missing Application Settings detected' error. It appears that the function is triggered as expected when an item...
I wanted to understand reasoning behind below [recommendations](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/replace-an-expiring-client-secret-in-a-sharepoint-add-in#recommended-maintenance-schedule), I myself have been tasked with recommending practices for handling expired secrets. I suspect some of the below might be related to...
I have defined a Transport enum as below, i want the Open API Specification to show the enum values as string instead of numeric. ``` [JsonConverter(typeof(JsonStringEnumConverter))] public enum BusinessFunction {...
There appears to be no clean way of registering a new application (App registration) in Azure AD using Bicep. The suggested alternate approach involves using, - DeploymentScripts - UserIdentity having...
In the Azure Portal it is possible to publish API as connector in Power Platform environment by clicking on 'Create Connector' button in 'Power Platform' blade. However, it appears that...
The Azure Timer Triggered function is not invoked, strangely, refreshing the corresponding Azure function app page in Azure Portal triggers this function. #### Investigative information - Timestamp: 2022-08-19 12:07:26.403 -...