Desktop Apps
20 TopicsBoost Your Development with Azure Tools for Visual Studio Code
As the cloud becomes essential for modern software development, integrating cloud solutions into your development process can significantly boost productivity. Microsoft Azure offers a comprehensive suite of services and tools to help developers create, deploy, and manage cloud applications. Using Azure extensions for Visual Studio Code is one of the simplest ways to utilize Azure’s features. This blog post will discuss using the Azure Tools extension pack for Visual Studio Code and the best extensions for various development roles.2.6KViews2likes0CommentsIt's time to 🍂 #FallForIntelligentApps 🍂
Today, we kick off the Fall season with content and activities to skill you up on all things Intelligent Apps or AI Apps on Azure with content, events, and community interactions. It is time to combine the power of AI, cloud-native application development, and, cloud-scale data to create highly differentiated digital experiences by building and modernizing intelligent applications with Azure for your users. Check out the blog below for some learning resources: https://techcommunity.microsoft.com/t5/apps-on-azure-blog/it-s-time-to-fallforintelligentapps/ba-p/3931266 What new skills or technologies are you focused on learning this fall?451Views1like0Commentspersonal account authentication in Azure Active directory
AADSTS500200: User account 'email address removed for privacy reasons' is a personal Microsoft account. Personal Microsoft accounts are not supported for this application unless explicitly invited to an organization. Try signing out and signing back in with an organizational account. i checked the signInAudience: "AzureADandPersonalMicrosoftAccount" in manifest but it also give the same error1.9KViews0likes1CommentAzure App Service Limits blog series - performance issue tips/tricks?
Have you checked out the recent series of blogs about Azure App Service Limits? Azure App Service Limit (1) - Remote Storage (Windows) Azure App Service Limit (2) - Temp File Usage (Windows) Azure App Service Limit (3) - Connection Limit (TCP Connection, SNAT and TLS Version) Azure App Service Limit (4) - CPU (Windows) Azure App Service Limit (5) - Memory (Windows) What's your favorite tip or trick for resolving performance issues within Azure App Services?447Views1like0CommentsMicrosoft Build 2023
Microsoft Build just wrapped but you can still experience it on demand. The event was packed with sessions covering the latest tools, development principles, strategies, and best practices. Check out some of the sessions from the event to help you get started. Find out how to modernize your apps with cloud services, explore ways to add AI into your apps and your dev workflow, learn about new tools, and more. https://techcommunity.microsoft.com/t5/apps-on-azure-blog/explore-sessions-from-microsoft-build-2023/ba-p/3741549 What was your favorite Build session? What are you looking to learn about currently?896Views0likes0Comments5G Modern Connected Apps
Get answers to your questions about 5G, Private MEC, and Modern Connected Applications. We will have a diverse group of product experts, business specialists, and engineers available to cover topics related to private 5G networks and edge computing. They will be standing by in these -- chats -- to offer guidance, discuss strategies and tactics, and answer any specific questions you may have. Upcoming office hours: March 23, 2023 - 9am Pacific April 13, 2023 - 9am Pacific May 4, 2023 - 9am Pacific How to join: Go to https://aka.ms/5gOfficeHours during office hour to join us live. No registration required. What applications are you building that require 5G, and how have you incorporated it?624Views0likes0CommentsOpenAI + Power Platform
Over the past few weeks, social-media feeds and newsletters have been filled with stories and conversations about artificial intelligence (AI). ChatGPT and OpenAI were often center of these conversations. Take a look at an exciting OpenAI and Power Platform scenario, discussing how developers can leverage OpenAI's APIs to build next-gen application using Microsoft Power Apps. This scenario uses DALL·E 2 (a new AI system model) to create realistic images and art from a text description in natural language. https://techcommunity.microsoft.com/t5/apps-on-azure-blog/build-next-gen-apps-with-openai-and-microsoft-power-platform/ba-p/3742289 Have you incorporated OpenAI into your apps? What are some of your use cases or planned future scenarios?1.4KViews0likes0CommentsHow to increase the limits of permissions requested per application - Azure AD signInAudience
I am currently developing an app that allows different operations with Microsoft SharePoint, I am using Microsoft Graph and I have registered the App in Azure AD, and it works fine. But my wish is that the App is public and thousands of people can use it, using their Microsoft account. But reading the documentation of Microsoft Graph I find an article that says that it has Limits of permissions requested by application. The limit indicated by the documentation is a maximum of 400 for a signInAudience= AzureADMultipleOrgs but I want and aspire to have more users, perhaps thousands of users. What do you recommend I do in this case? I want thousands of users to access the app with their Microsoft account and be able to do different activities. In the app when a user logs in, the app requests permission to access API Graph and performs the desired query, this process has to do with "Limits on requested permissions per app"??? For more information docs.microsoft.com/en-us/graph/permissions-reference761Views0likes0Comments