Mobile Apps
9 TopicsA look into App Service: Backup and Restore over Azure Virtual Network
There is a new preview feature that provides a secure way backups are handled for web applications. This feature “App Service: Backup and Restore over Azure Virtual Network”, provides an additional layer of security by allowing backups to be stored in a firewall-protected storage account. The primary advantage I see of this feature is the enhanced security it offers. By storing backups in a firewall-protected storage account, it ensures that your data is safe from unauthorized access. Additionally, this feature allows for custom backups giving more control over what data is backed up and when. There are a few prerequisites needed: The app must be integrated with a virtual network or be in a v3 App Service environment. The storage account must have granted access from the virtual network that the app is integrated with. I am sharing couple of scenarios where this feature could be beneficial: A healthcare company web app that handles sensitive patient data. If there is a requirement to ensure that data is securely backed up and protected from unauthorized access they can back up their web app’s files and configuration data to a firewall-protected storage account, ensuring that their data is secure. In software development projects following DTAP deployment strategy, they have multiple environments such as Development, Testing, Staging, and Production. Each environment is isolated and has its own set of resources. With this feature, the pipelines can back up the web app’s files and configuration data to a firewall-protected storage account in the same virtual network. This aligns with their backup policy and adds an extra layer of security as the backups are not exposed to the public internet. This new preview feature offers enhanced security and flexibility for backing up web app data. It should be part of backup and disaster recovery strategy. It’s worth checking out if you’re looking for a secure and customizable backup solution for your web apps.1.2KViews0likes0CommentsIt'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?451Views1like0CommentsAzure 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-reference761Views0likes0CommentsSingle Sign out from B2C native client application
Hi, I am signing out from my mobile app from b2c . But next time when I click on the identity provider it is not asking for credential. May I get any advise how to make the single sing out in the app code so that it will ask for credential when I sign in after signing out . Note : I am using the custom implementation of Azure B2C Thank you in advance.760Views0likes0CommentsHow to host moodle on azure
Hello everyone, I am here for help, I am an IT specialist my employer asked me to host a Moodle LMS on azure to be accessible for our program, I have no idea how to do it because I don't have experience on hosting websites and Azure as well. I am willing to learn about azure and how to use to make Moodle available to our benfieries. could you please give me a detailed guideline about that? I am having a free azure subscription right now but I will purchase other packages later once I got a clear idea how to use it. I am looking for your kind answers. Thanks, Barzan9.1KViews0likes2Comments