Mapping values are not allowed in this context
{tocify} $title={Table of Contents}IssueThe issue is related to deployment, where I am deploying azure services using yaml files.In the yaml file it has a dedicated deployment job for each azure...
View ArticleCannot retrieve the dynamic parameters for the cmdlet. Unexpected end when...
{tocify} $title={Table of Contents}IssueThe issue is related to deployment, where I am deploying azure services using yaml files.After getting prepared with the individual services deploy and...
View ArticleError: Code=InvalidTemplateDeployment; Message=The template deployment failed...
{tocify} $title={Table of Contents}IssueThe issue is related to deployment, where I am deploying azure services(logic app, function app, service bus queue etc) using yaml file."Error:...
View ArticleCould not retrieve values.Forbidden
{tocify} $title={Table of Contents}Error/Issue:While trying to Get Secret from Key vault, following error was presented "Could not retrieve values. Error code: 'Forbidden', Message: 'Operation failed...
View ArticleOperation failed because client does not have permission to perform the...
{tocify} $title={Table of Contents}Error/Issue:While trying to Get Secret from Key vault, following error was presented "Operation failed because client does not have permission to perform the...
View ArticleThe 'clientTrackingId' value is not valid. The value cannot be null or all...
{tocify} $title={Table of Contents}Error/Issue:Issue is around queue based triggered Logic App, found that few of the instances are getting triggered successfully but many were not.Result was -...
View ArticleGetting Started with Azure Functions : Fundamentals
{tocify} $title={Table of Contents}IntroductionComputer programming, irrespective of language used is simply a way of providing input, processing it and getting the desired output. Earlier it was all...
View ArticleGetting Started with Azure Functions : JSON to XML message Mapping
{tocify} $title={Table of Contents}IntroductionIn the last post we learned about the fundamentals of Azure Functions and how to develop using portal.Here let's see how to implement Azure function using...
View ArticleInterview questions and answers on Logic Apps
This post intends to cover the answers to the questions which a Integration developer can face at an Interview in relation to Logic app and BizTalk. 1. Is Logic App replacement to BizTalk server?-...
View ArticleFailed to complete the message with the lock token 'xxxxx'. The lock on the...
{tocify} $title={Table of Contents}Error/Issue:Recently found that a few of the logic app instances were failing with following error:"Failed to complete the message with the lock token 'xxxxx'. The...
View ArticleAzure Functions Runtime is unreachable | 404 - Not Found
{tocify} $title={Table of Contents}Error/Issue:Started noticing following error in a logic app in which there is call to Azure Function.It was surprise for me as when I checked the Function App, the...
View ArticlePerforming this operation would exceed the regional quota of maps for '' of...
{tocify} $title={Table of Contents}Error/Issue:Today while doing the deployment, got below error:##[error]Performing this operation would exceed the regional quota of maps for '<null>' of '1000'...
View ArticleHow to clear Azure ServiceBus Queue using Azure Portal
{tocify} $title={Table of Contents}ScenarioI was testing a logic app which is queue based . While testing found some changes to be done in the test data - did that and started the testing again.But as...
View ArticleHow to get current date in logic app
{tocify} $title={Table of Contents}Many times in the workflow we need to get the current time and use it.One very common scenario is using current time to append it with FileName or blob name to make...
View ArticleCannot open server 'xx' requested by the login. Client with IP address 'xx'...
{tocify} $title={Table of Contents}Error/Issue:After creating new database, I tried login using Azure Portal Query Editor but I was presented with below error.Why it happenedThe database created,...
View ArticleThe server was not found or was not accessible
{tocify} $title={Table of Contents}Error/Issue:While creating a SQL API Connection in a logic app, got following notificationPlease check your account info and/or permissions and try again. Details:...
View ArticleLogic App not allowed to access the SQL server | Cannot open server 'xx'...
{tocify} $title={Table of Contents}Error/Issue:While creating SQL Server api connection in Logic app, received below error Microsoft SQL: Cannot open server 'demosqlservertf' requested by the login....
View ArticleHow to execute Stored Procedure in Logic App
{tocify} $title={Table of Contents}IntroductionIt is very common scenario in integration space, where we have to connect to the database for some CRUD operations. So we have two options either write a...
View ArticleThe Complete Guide to Monitoring BizTalk Server Environment
{tocify} $title={Table of Contents} System integration in the modern eraIn modern times, within enterprises, it is common to integrate systems. For example, when your company runs a webshop, you might...
View ArticleThe operation 'Initialize variable' can only be used at top level | Variable...
{tocify} $title={Table of Contents}IssueWhile working on logic app, I needed a local variable and tried to add it in Scope, however was presented with below warningWhy it happenedLogic app by design...
View Article