Azure Cloud Service
9 TopicsAzure Logic Apps : HTTP Request OR Custom Connector
Hello, As far as I know, We use HTTP requests while consuming the First-party/third-party API, then when should we use a custom connector? What are those business cases where one should use an HTTP request in PowerAutomate and use in PowerApps Or use a custom connector and use in PowerApps and Power Automate? What are the pros and cons of HTTP Request OR Custom Connector? Thanks and Regards, -Sri723Views0likes1CommentAzure Logic App workflow (Standard) Resubmit and Retry
Hello Experts, A workflow is scheduled to run daily at a specific time and retrieves data from different systems using REST API Calls (8-9). The data is then sent to another system through API calls using multiple child flows. We receive more than 1500 input data, and for each data, an API call needs to be made. During the API invocation process, there is a possibility of failure due to server errors (5xx) and client errors (4xx). To handle this, we have implemented a "Retry" mechanism with a fixed interval. However, there is still a chance of flow failure due to various reasons. Although there is a "Resubmit" feature available at the action level, I cannot apply it in this case because we are using multiple child workflows and the response is sent back from one flow to another. Is it necessary to utilize the "Resubmit" functionality? The Retry Functionality has been developed to handle any Server API errors (5xx) that may occur with Connectors (both Custom and Standard), including client API errors 408 and 429. In this specific scenario, it is reasonable to attempt retrying or resubmitting the API Call from the Azure Logic Apps workflow. Nevertheless, there are other situations where implementing the retry and resubmit logic would result in the same error outcome. Is it acceptable to proceed with the Retry functionality in this particular scenario? It would be highly appreciated if you could provide guidance on the appropriate methodology. Thanks -Sri928Views0likes0CommentsAzure Logic Apps vs Power Automate
Hello Experts, Please guide me in selecting the more suitable option between Azure Logic Apps and Power Automate for developing an Enterprise application that operates on a scheduled basis. This application must interact with multiple on-premises and SaaS systems by making several REST API calls (approximately 8 - 10 calls) and storing the retrieved data (structural and unstructured). Thanks -Sri5.2KViews0likes3CommentsScaling storage over multiple regions
Hi, I was recently experimenting with optimizing WordPress using static fronts hosted on Azure Storage Static Website. Now that I have a super fast frontend up-and-running, I was wondering how to best scale theses storages with CDN. Here's my simple architecture of the layout. What would be the best approach to ensure availability across the globe? I've also blogged about this setup at https://www.in2it.be/2020/02/scale-to-the-clouds/ if you want to have more background information. The site itself is available at https://wpazure.in2it.dev if you want to see the blazing-fast result of a WordPress site.1.3KViews0likes1CommentNeed help with Azure topics
Hello everyone! I have little knowledge on Azure - have completed AZ-900 certification. There's a project which requires knowledge on below topics: 1. Azure App Service 2. Function App 3. Logic App 4. API Management 5. Key Vault 6. App Insight 7. Redis Cache 8. Azure Service Bus 9. Event Hub 10. Event grid I tried looking for tutorials on these topics in Google but could find none apart from that in Microsoft docs - however, I am not able to understand what all sub-topics I need to cover. I need your help in identifying some resources and what sub topics should I exactly look into- I would be getting interviewed on these topics in a month. I am trying my best to learn these topics and do little hands on so that I have basic idea about these services. I am a backend developer in .Net with around 4.5 years of experience. Any help would be highly appreciated. Thanks much in advance #azure #azurePaaS2.4KViews0likes4CommentsAzure Paas Topics - need some practical examples
Hello everyone! Hope you are safe and doing great today! I have been preparing for Azure PaaS interviews as I really want to work on Azure based projects. In my previous project I had some exposure to Azure PaaS services like APIM, Application Insights, Cosmos DB, Redis Cache. I am still in the process of learning. I would need your help in understanding the practical uses of the below services like how they are used in real time projects: 1. Azure Functions - I understand that they are serverless and we can create them from portal as well as Visual Studio and deploy them (preferable option) 2. Azure Event Grid - I understand that it's more of an events routing service and works as an intermediate between event producers and event handlers. 3. Azure Service Bus- This works on a Request Reply pattern - it's a messaging service provided by Azure. I am a .Net Developer, so it would be helpful for me to understand if practical examples of real time projects (on .Net) could be provided so that it gives me a clearer picture. Thanks much in advance1KViews0likes1CommentAzure Developer Templates
Dear Azure Developers, I would like to share updated version of Azure Developer Templates documentation where new samples were added. You will find examples how to use the latest version of the Azure SDK libraries: https://daniel-krzyczkowski.github.io/AzureDeveloperTemplates/ I hope you will find it helpful.1.2KViews0likes0Comments