community
18 TopicsAzure Logic Apps Workflow Templates (Preview): Issues with Updates, Expressions, and Designer UI.
Hi Azure Logic Apps team, if someone from the team is monitoring this community, I would like to report a few issues I have encountered with the Logic Apps Workflow Templates (Preview) feature. These issues are impacting the user experience and require attention. Workflow Template name update issue I created a workflow template that was working correctly. However, when I try to edit the template and change its name, the update either fails or the new name is not saved. Other changes appear to work, but renaming the template is consistently problematic. Expression update issue with Base64 output When using the expression: base64(body('Create_CSV_table')) each time the email action is updated, the expression automatically changes back to: body('Create_CSV_table') This causes an Internal Server Error and requires manually fixing the expression every time the workflow is updated. This becomes very frustrating when managing multiple workflows. Logic Apps designer responsiveness issue The Logic Apps designer page is not fully responsive across different screen sizes. On my laptop screen, the Add Expression option disappears and is only visible when using a larger monitor. The designer should support different screen resolutions and provide a consistent user experience. Thank you for looking into these issues. Logic Apps Workflow Templates is a very useful feature, and addressing these problems would greatly improve usability for developers and users.10Views0likes1CommentAzure communication services not working
Hi, We are about to launch communication services to be able to recieve and send email from our website. But the problem is that i cannot choose my custom domains under email. I get this error: I have the services in the same data location and i have tried add multiple domains, and they are all verified.... please help.384Views0likes4CommentsAzure Billing Credit - No Explanation
Hello, I have a customer who received a larger credit on their February bill without any explanation. The customer is seeking clarification on the reason behind this credit. We compared the Azure billing and Azure portal cost management and noticed discrepancies in charges for compute and some PaaS services. Unfortunately, support has not been able to provide any answers or assistance. Could you please suggest a way to identify the source of this credit and the reason for it? Is there a specific team or group that might be able to assist us in resolving this issue? Thank you in advance for your help! Terru200Views0likes2CommentsHow to build a RAG system using AzureOpenAI and AzureAISearch.
I want to build a RAG system using AzureOpenAI and AzureAISearch. I am currently struggling with the on your data feature of AzureOpenAI to adjust the field composition of the uploaded files. The uploaded file has two fields, a question field and a content field, but the field structure of the index created summarizes all the information about the contents of the file in the content field. Therefore, when a particular question is asked from AzureOpenAI, multiple questions and answers are output, summarized in the content field. This is not the expected result. The expected result is that a specific question should return one answer to a specific question. Perhaps to do this I need to edit the json in the index field, but I am having difficulty understanding how to do this. If anyone has any knowledge of this, please let me know. Thank you.535Views0likes1CommentIs Redis Vector Database available in Azure, how to store embeddings in Redis Vector Database
I've read about Azure Cache for Redis and Redis Enterprise. But I'm not sure if they're referring to Redis Vector Database. Is Redis Vector Database available in Azure? If yes, please share some procedure and links about how to store OpenAI embeddings in Redis Vector Database in Azure.4KViews0likes4CommentsAzure Custom Logs not appearing: INFO Following tail of /var/log/audit/logs.log
Hi there! I have been stuck with the last task of the last project from the DevOps with Azure course. I think I have done everything but the custom logs are not showing up in the portal. troubleshooter: omsconfig logs: This is the custom log configuration: omsagent logs: Any help would be really appreciated Thanks!1.3KViews0likes1CommentTop Stories from the Microsoft DevOps Community – 2021.07.02
Full blog post on the Azure DevOps Blog: https://cda.ms/2d6 The top stories from the #AzureDevOps #community for 2021.07.02 are here! Happy Friday to you all, that means it’s time to catch up on these great posts about DevOps. This week we look at Azure Pipelines, Kubernetes, Azure subscription management, and even BizTalk! I think we’ve got a great variety of content for you, so let’s get into it! Coder Dave gives you a YouTube tutorial on Virtual Machine Scale Set Agents for Azure Pipelines. EVERYTHING About the Scale Set Agents for Azure Pipelines (VMSS) Dennis Martinez shows you how simple browser end-to-end testing can be with TestCafe and Azure Pipelines. Cross Browser Testing With TestCafe and Azure Pipelines Ranjith reminds of the importance of Kubernetes Security with this tutorial on using WhiteSource Bolt from the Azure DevOps Marketplace. Conduct Vulnerability Management for Your Kubernetes Applications Neeraj Kumar gets back to basics with his tutorial about getting started with Azure DevOps by creating a CI/CD pipeline. Understanding Azure DevOps and Building CI/CD Pipeline Andrew answers the question, “Is it possible to deploy to an Azure subscription in another Azure AD tenant with Azure DevOps?” How to deploy to different tenants with Azure DevOps Sandro rubs some DevOps on your BizTalk Server. BizTalk Server: Automation Deployment with Azure DevOps – Create a build agent Benjamin gives you some tips of enabling desktop widgets in Azure DevOps Server. Azure DevOps Server 2020: Missing Sprint Burndown Dashboard Widgets Thank you so much to this week’s contributors to the community: Dave, Dennis, Renjith, Neeraj, Andrew, Sandro, and Benjamin! Every post is a chance for others to learn and grow their DevOps experience. If you’ve written an article about Azure DevOps or find some great content about DevOps on Azure, please share it with the #AzureDevOps hashtag on Twitter! Happy Friday, may your deploys go as planned and your weekend be fun!1.3KViews0likes0CommentsSynchonization Azure DevOps Task with MS Project
Hi, is it possible to create some solution (ex. flow) which will be listening what happening in Azure DevOps, and when someone's will add task there - the same task will be added in MS Project? The best one situation which I excpected - > 1. User adding User story and task in Azure DevOps 2. Flow understand this and adds the same US and task in MS Project. Any ideas?1.1KViews0likes0CommentsBest practices to manage long custom policies ?
Hi Team, I am trying to create custom policies in Azure B2C that need to be supported in more than 50 languages (including the OOB languages supported by MS). I need to understand what is best practice to store these translation. Should all translations should be stored in single xml file (e.g.) TrustFrameworkLocalization.xml or as there can be a way to have in multiple files so that one file have translation for only one language. Also what best practices says that all user journeys and technical profiles should be defined in single xml (TrustFrameworkExtensions.xml) or we should have one file for each user journey.918Views0likes2Comments