Azure devops pfx install in remote vm
Hi Team, I urgently need help. I am trying to install pfx certificate in my azure vm and saved my pfx file in variable group and saved my pfx password as well. I am using the below yaml script for deployment, but its not working. Certificate is not…

Can we provide Azure app admin consent on a per-user basis?
From what I tell, apps that run in background require admin consent but the limitations of the API Consent model effectively breaks O365 security. Programs are being written that allow users to bypass the in-app permissions configured in Outlook,…
Help Understanding Single sign-on session management and UseTechnicalProfileForSessionManagement reference
Hi All, Looking for some help to clarify how something works: Regarding this section in the documentation: When an orchestration step is executed, the technical profile associated with the step is queried for a…

Building your first static web app in the Azure portal
Hi @Anonymous , Thank you for assisting Re: static website last time. In the end, I have decided to build my first static web app in the Azure portal, not VM. (I read review about this app. Sounds great!) I have followed each step of the…
[VS2019]cannot 'Create App Package' - 'certificate has expired' Problem
Hi All, I'm trying to create an package for my app with VS2019 (version 16.7.4). It always fails with the following message: "The certificate specified has expired.". This happens whenever I try to create an app package - I'm intending to…
Access Token has the wrong TenantID
I have a Web API. My database has a list of approved TenantIDs. So I thought to myself - the security here is doable. I'll just check the Access Token for the TenantID. What I didn't know is that AD will happily grant a token even if the clientID…
Microsoft.Azure.Mobile.Server.Authentication
이거 왜 이러는지 알려주세요ㅠ
I have using 2 computer to learn C# programming, installed everything the same yet one computer have outdated SQL server. i don't understand why this happen
Hi, please forgive my bad english. i have 2 computers installed vs 2019 to learn database programming. i am using a USB drive to save my codes and database (set a fixed drive letter) idk why everytime i start vs i need to reconnect my database at…
Azure AD B2C Conditional Access from Another Tenant
Hi There, I noticed that when my users login to an app on another Azure tenant using their O365 accounts, the Conditional Access policies from our tenant are not applied like MFA. How can I make sure that MFA is applied even when my users are using…
Insufficient access rights to perform the operation - error 8344
I am running into the common 8344 "Insufficient access rights to perform the operation" I went through various tips/blogs and tried the following: In AD, ensure that the user account performing the operations has inheritance enabled Tried…
SQLQuery Help
Hi! Can anyone help me with the query to get this information from the database on the URL bellow? Names of customers and the items they bought whose price is less than 600. City of the client and name of the article of all the orders that were…
Impossible to launch an application
Hi, I have a vba enabler I need to install in order to use another software. When I try to launch I get this error: How can I solve this problem? I trust the origin


Duplicate Page gets created while creating a Site Page
When we enable Site Pages under SharePoint Admin Settings, Site Page option comes under New Button and if we create a Site Page, it creates another duplicate page as shown below.
Export a function from a DLL
I have a DLL where I have: extern "C" __declspec(dllexport) CBase* __cdecl CreateInstance(const char* type) { if ("Derived1" == type) return new CDerived1(); if ("Derived2" == type) return new…
Is it possible to have spaces in a single message class?
Hi, Is it possible to have a space in a single message class? Example: "ipm.note.New Client Message" or should it be "ipm.note.new_client_message" We have something at our end that is looking at message…
Copying Data From Azure Data Factory
Hi Team, I am copying data between 2 storage accounts but i usually comes in situtaion like where i need to copy data from multiple folders or multiple files .. as shown in screenshot i have 5 parameters to which i provide value at run time. as shown…
CognitiveServices.Face endpoint returns null in Visual Studio
Following this tutorial: https://learn.microsoft.com/en-us/azure/cognitive-services/face/tutorials/faceapiincsharptutorial The following line returns null. private static string faceEndpoint =…
Azure Analysis Service and Performance
All, We have an Azure Analysis Service of S0 Pricing Tier in production. I took a look at the Metrics in the Portal due to performance reasons and here is what I found: [1] Max QPU for Azureaasp1 is frequently 40QPU [2] Max Memory: Cleaner Memory…
Facing issues in monitoring Cisco UCS in SCOM
Hi All, This is the continuation to the thread which i have raised in Technet forum for issue in monitoring Cisco UCS Domain. This is the link -…
Azure Logic app- cant find the properties of Blob
I am using logic app and have called this action get metadata for blob and I get the properties : { "Id": "Jtestakajsdjas==", "Name": "test.json", "DisplayName": "test.json", …