#azureappservice

Posts tagged with this topic.

Customer Insights: Rendering Marketing Form using React App

Sep 7, 2025

Have you ever used the default Customer Insights - Marketing Forms? If yes, you will notice that the default URL generated is random: https://{server-load}/{organizationid}/digitalassets/forms/{msdynmkt_marketingformid} In the eyes of us tech-savvy, we probably don't really think...

Exploration: Create Swagger API and Consume It In Canvas-Apps

Sep 25, 2021

Today we will learn how to create Swagger API > deploy it to Azure (App Service) > make a custom connector > and use it in Canvas Apps. Without further ado, let's make it! Create API First, we need to open your CMD line, then set the CMD (using the CD command) to the directory...