SlideShare a Scribd company logo
1 of 20
Session Objectives And Takeaways
 Benefits of creating micro services in the cloud using Azure cloud
services
 Showing End-To-End Use case for building cloud service with web
& worker roles with service bus integration
 Azure App Service intelligent features including troubleshooting,
continuous integration, back up, routing, scheduling & other
features
Benefits of Microservices
 A microservice is software building block that does one thing and
does it well.
 Azure supports building loosely coupled systems using micro
services for web, mobile, IoT and Big Data solutions that interact
seamlessly in a persistent & highly available platform.
 Microservices take advantage of automation, elasticity, resilience
of Azure IaaS & PaaS hosting options.
Cloud Services
 Is a PaaS hosted option in Microsoft Azure
 A technology is designed to support apps that are scalable,
reliable, and cheap to operate
 Hosted on Virtual Machines
 You can remote access into Cloud Services VMs
 Deploy highly-available, infinitely-scalable applications and API
 Focus on apps, not hardware.
 Support for java, Node.js, PHP, Python, .NET and Ruby.
 Auto scale to meet demand and save money (scale up or down)
 Deploy thousands of instances in minutes
Cloud Services Cont.
 Any combination of these two slightly different VM hosting
options are available in a cloud service:
• Web role
Runs Windows Server with your web app automatically
deployed to IIS.
• Worker role
Runs Windows Server without IIS.
• You can add a console app as a web job in web role.
Cloud Services Cont.
 Flexible configuration per role in cloud services:
 Configuration: # instances, size, startup endpoints
 Settings: key/value
 Endpoints
 Storage
 Certificates
 Caching
Cloud Services Cont.
Use Case: Case Management
 An application that accepts user claims information and process
these requests “time consuming processing” into other systems.
Implementation #1:
• User claims  Web Role in a cloud service
• Process requests  Worker Role in a cloud service
Implementation #2:
• User claims  Web Role in a cloud service
• Process requests  A Web Job in a web role
App Service
 Azure App Service is a cloud app service that integrates
everything you need to quickly and easily build web and mobile
apps for any platform or device.
 Code in your favorite language and IDE.
 Use .NET, NodeJS, PHP, Python, Java to build web apps or APIs
faster than ever.
 Scale apps on-demand with high availability.
 Broadcast personalized push notifications to millions in minutes
Azure App Service in 3 steps (#1)
Azure App Service in 3 steps (#2)
Azure App Service in 3 steps (#3)
https://tryappservice.azure.com/
Azure App Service in Azure Portal
Intelligent Troubleshooting
 App Service offers support and troubleshooting features
 Audit Logs with filters
 Check Health
 Troubleshoot
 New support Ticket …
 Easy to scale up or out for service plans
 Every App Service contains Kudu service
“scm” service site
Intelligent CI
 Easy to publish code from various repositories:
 VSTS, OneDrive, Local Git repo, GitHub,
BitBucket, Dropbox & External repository.
 Deployment creds to share for FTP clients
 Easy to manage multiple deployment slots
 A great way manage continuous builds
 Integrate with VSTS build server to automate builds
Intelligent Features
 The ability to add webjobs within the same deployments
 Manage custom domains and SSL certificates
 Setup Networking configuration
 Define APIs settings Urls
 Configure CORS settings
 Traffic routing per deployment slot
 Automated and scheduled backups
 Custom domains & SSL configuration
Session Objectives And Takeaways
 Benefits of creating micro services in the cloud using Azure cloud
services
 Showing End-To-End Use case for building cloud service with web
& worker roles with service bus integration
 Azure App Service intelligent features including troubleshooting,
continuous integration, back up, routing, scheduling & other
features
www.MostafaElzoghbi.com

More Related Content

What's hot

Azure Cloud Dev Camp - App Platform
Azure Cloud Dev Camp - App PlatformAzure Cloud Dev Camp - App Platform
Azure Cloud Dev Camp - App Platform
giventocode
 

What's hot (20)

Tech UG - Newcastle 09-17 - logic apps
Tech UG - Newcastle 09-17 -   logic appsTech UG - Newcastle 09-17 -   logic apps
Tech UG - Newcastle 09-17 - logic apps
 
Azure Cloud Dev Camp - App Platform
Azure Cloud Dev Camp - App PlatformAzure Cloud Dev Camp - App Platform
Azure Cloud Dev Camp - App Platform
 
Introduction to Azure Functions
Introduction to Azure FunctionsIntroduction to Azure Functions
Introduction to Azure Functions
 
Azure Service Fabric - Hamida Rebai - CCDays
Azure Service Fabric - Hamida Rebai - CCDaysAzure Service Fabric - Hamida Rebai - CCDays
Azure Service Fabric - Hamida Rebai - CCDays
 
How to migrate Console Apps as a cloud service
How to migrate Console Apps as a cloud serviceHow to migrate Console Apps as a cloud service
How to migrate Console Apps as a cloud service
 
Develop Your Own Path On Microsoft Azure
Develop Your Own Path On Microsoft AzureDevelop Your Own Path On Microsoft Azure
Develop Your Own Path On Microsoft Azure
 
M meijer paas - tech-days 2015
M meijer   paas - tech-days 2015M meijer   paas - tech-days 2015
M meijer paas - tech-days 2015
 
HBase introduction in azure
HBase introduction in azureHBase introduction in azure
HBase introduction in azure
 
Arquitectura de Solución en Azure: Sitio Simple de Marketing
Arquitectura de Solución en Azure: Sitio Simple de MarketingArquitectura de Solución en Azure: Sitio Simple de Marketing
Arquitectura de Solución en Azure: Sitio Simple de Marketing
 
Polyglot Persistence in Azure
Polyglot Persistence in AzurePolyglot Persistence in Azure
Polyglot Persistence in Azure
 
DEVOPS AND MACHINE LEARNING
DEVOPS AND MACHINE LEARNINGDEVOPS AND MACHINE LEARNING
DEVOPS AND MACHINE LEARNING
 
Developing scalable enterprise serverless applications on azure with .net
Developing scalable enterprise serverless applications on azure with .netDeveloping scalable enterprise serverless applications on azure with .net
Developing scalable enterprise serverless applications on azure with .net
 
Using Azure Functions for Integration
Using Azure Functions for IntegrationUsing Azure Functions for Integration
Using Azure Functions for Integration
 
Windows Azure Mobile Services
Windows Azure Mobile ServicesWindows Azure Mobile Services
Windows Azure Mobile Services
 
Leading Edge of Modern Web Apps on Azure - Menaka - CCDays
Leading Edge of Modern Web Apps on Azure - Menaka - CCDaysLeading Edge of Modern Web Apps on Azure - Menaka - CCDays
Leading Edge of Modern Web Apps on Azure - Menaka - CCDays
 
Go Serverless with Java and Azure Functions
Go Serverless with Java and Azure FunctionsGo Serverless with Java and Azure Functions
Go Serverless with Java and Azure Functions
 
Microsoft certified azure developer associate
Microsoft certified azure developer associateMicrosoft certified azure developer associate
Microsoft certified azure developer associate
 
Cloud migration Through Automation
Cloud migration Through AutomationCloud migration Through Automation
Cloud migration Through Automation
 
Scaling ML-Based Threat Detection For Production Cyber Attacks
Scaling ML-Based Threat Detection For Production Cyber AttacksScaling ML-Based Threat Detection For Production Cyber Attacks
Scaling ML-Based Threat Detection For Production Cyber Attacks
 
Understanding Azure Batch Service - Niloshima - CCDays
Understanding Azure Batch Service - Niloshima - CCDays Understanding Azure Batch Service - Niloshima - CCDays
Understanding Azure Batch Service - Niloshima - CCDays
 

Viewers also liked

Viewers also liked (10)

TypeScript Jump Start
TypeScript Jump StartTypeScript Jump Start
TypeScript Jump Start
 
Mistakes that kill startups
Mistakes that kill startupsMistakes that kill startups
Mistakes that kill startups
 
PnP in building office add ins - public
PnP in building office add ins - publicPnP in building office add ins - public
PnP in building office add ins - public
 
Data science essentials in azure ml
Data science essentials in azure mlData science essentials in azure ml
Data science essentials in azure ml
 
Big data solutions in Azure
Big data solutions in AzureBig data solutions in Azure
Big data solutions in Azure
 
Building Big data solutions in Azure
Building Big data solutions in AzureBuilding Big data solutions in Azure
Building Big data solutions in Azure
 
Extending Product Outreach with Outlook Connectors
Extending Product Outreach with Outlook ConnectorsExtending Product Outreach with Outlook Connectors
Extending Product Outreach with Outlook Connectors
 
Introducing Power BI Embedded
Introducing Power BI EmbeddedIntroducing Power BI Embedded
Introducing Power BI Embedded
 
Big data solutions in azure
Big data solutions in azureBig data solutions in azure
Big data solutions in azure
 
Build Interactive Analytics using Power BI
Build Interactive Analytics using Power BIBuild Interactive Analytics using Power BI
Build Interactive Analytics using Power BI
 

Similar to Build intelligent solutions using ms azure

Clouds clouds everywhere
Clouds clouds everywhereClouds clouds everywhere
Clouds clouds everywhere
Matt Deacon
 
CTU June 2011 - Windows Azure App Fabric
CTU June 2011 - Windows Azure App FabricCTU June 2011 - Windows Azure App Fabric
CTU June 2011 - Windows Azure App Fabric
Spiffy
 

Similar to Build intelligent solutions using ms azure (20)

Getting started with development in azure
Getting started with development in azureGetting started with development in azure
Getting started with development in azure
 
App Service Web
App Service WebApp Service Web
App Service Web
 
Azure App Service Architecture. Web Apps.
Azure App Service Architecture. Web Apps.Azure App Service Architecture. Web Apps.
Azure App Service Architecture. Web Apps.
 
Windows Azure
Windows AzureWindows Azure
Windows Azure
 
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services
GIDS 2019: Developing Apps with Containers, Functions and Cloud ServicesGIDS 2019: Developing Apps with Containers, Functions and Cloud Services
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services
 
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios
20170209 dev day-websites_vs_cloudservices_vsservicefabric_scenarios
 
Four Scenarios for an Integration Service Environment (ISE)
Four Scenarios for an Integration Service Environment (ISE)Four Scenarios for an Integration Service Environment (ISE)
Four Scenarios for an Integration Service Environment (ISE)
 
Azure Domains.pptx
Azure Domains.pptxAzure Domains.pptx
Azure Domains.pptx
 
Clouds clouds everywhere
Clouds clouds everywhereClouds clouds everywhere
Clouds clouds everywhere
 
Dockercon 2019 Developing Apps with Containers, Functions and Cloud Services
Dockercon 2019 Developing Apps with Containers, Functions and Cloud ServicesDockercon 2019 Developing Apps with Containers, Functions and Cloud Services
Dockercon 2019 Developing Apps with Containers, Functions and Cloud Services
 
DCSF 19 Developing Apps with Containers, Functions and Cloud Services
DCSF 19 Developing Apps with Containers, Functions and Cloud ServicesDCSF 19 Developing Apps with Containers, Functions and Cloud Services
DCSF 19 Developing Apps with Containers, Functions and Cloud Services
 
Azure App Service
Azure App ServiceAzure App Service
Azure App Service
 
Microsoft Azure
Microsoft AzureMicrosoft Azure
Microsoft Azure
 
Power of Compute Services on Microsoft Azure.
Power of Compute Services on Microsoft Azure.Power of Compute Services on Microsoft Azure.
Power of Compute Services on Microsoft Azure.
 
Cross platform mobile backend with mobile services
Cross platform mobile backend with mobile servicesCross platform mobile backend with mobile services
Cross platform mobile backend with mobile services
 
Azure Mobile Services
Azure Mobile ServicesAzure Mobile Services
Azure Mobile Services
 
An Overview of Windows Azure
An Overview of Windows AzureAn Overview of Windows Azure
An Overview of Windows Azure
 
CTU June 2011 - Windows Azure App Fabric
CTU June 2011 - Windows Azure App FabricCTU June 2011 - Windows Azure App Fabric
CTU June 2011 - Windows Azure App Fabric
 
Aws certified solutions architect
Aws certified solutions architectAws certified solutions architect
Aws certified solutions architect
 
Microsoft azure infographic 2015 2.5
Microsoft azure infographic 2015 2.5Microsoft azure infographic 2015 2.5
Microsoft azure infographic 2015 2.5
 

More from Mostafa

More from Mostafa (14)

The role of intelligent sensors in the cloud public
The role of intelligent sensors in the cloud publicThe role of intelligent sensors in the cloud public
The role of intelligent sensors in the cloud public
 
Skill up in machine learning using Azure ML
Skill up in machine learning using Azure MLSkill up in machine learning using Azure ML
Skill up in machine learning using Azure ML
 
Big data talking stories in Healthcare
Big data talking stories in Healthcare Big data talking stories in Healthcare
Big data talking stories in Healthcare
 
Building predictive models in Azure Machine Learning
Building predictive models in Azure Machine LearningBuilding predictive models in Azure Machine Learning
Building predictive models in Azure Machine Learning
 
Architecting big data solutions in the cloud
Architecting big data solutions in the cloudArchitecting big data solutions in the cloud
Architecting big data solutions in the cloud
 
Programming in Spark using PySpark
Programming in Spark using PySpark      Programming in Spark using PySpark
Programming in Spark using PySpark
 
Machine Learning Classifiers
Machine Learning ClassifiersMachine Learning Classifiers
Machine Learning Classifiers
 
Azure Machine Learning
Azure Machine LearningAzure Machine Learning
Azure Machine Learning
 
eRecall
eRecalleRecall
eRecall
 
Get your site microsoft edge ready
Get your site microsoft edge readyGet your site microsoft edge ready
Get your site microsoft edge ready
 
Developing cross platform mobile apps using Apache Cordova
Developing cross platform mobile apps using Apache CordovaDeveloping cross platform mobile apps using Apache Cordova
Developing cross platform mobile apps using Apache Cordova
 
Identity and o365 on Azure
Identity and o365 on AzureIdentity and o365 on Azure
Identity and o365 on Azure
 
Azure Data platform
Azure Data platformAzure Data platform
Azure Data platform
 
Building IoT solutions using Windows 10 IoT Core & Azure
Building IoT solutions using Windows 10 IoT Core & AzureBuilding IoT solutions using Windows 10 IoT Core & Azure
Building IoT solutions using Windows 10 IoT Core & Azure
 

Recently uploaded

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Recently uploaded (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 

Build intelligent solutions using ms azure

  • 1.
  • 2. Session Objectives And Takeaways  Benefits of creating micro services in the cloud using Azure cloud services  Showing End-To-End Use case for building cloud service with web & worker roles with service bus integration  Azure App Service intelligent features including troubleshooting, continuous integration, back up, routing, scheduling & other features
  • 3. Benefits of Microservices  A microservice is software building block that does one thing and does it well.  Azure supports building loosely coupled systems using micro services for web, mobile, IoT and Big Data solutions that interact seamlessly in a persistent & highly available platform.  Microservices take advantage of automation, elasticity, resilience of Azure IaaS & PaaS hosting options.
  • 4. Cloud Services  Is a PaaS hosted option in Microsoft Azure  A technology is designed to support apps that are scalable, reliable, and cheap to operate  Hosted on Virtual Machines  You can remote access into Cloud Services VMs  Deploy highly-available, infinitely-scalable applications and API  Focus on apps, not hardware.  Support for java, Node.js, PHP, Python, .NET and Ruby.  Auto scale to meet demand and save money (scale up or down)  Deploy thousands of instances in minutes
  • 5. Cloud Services Cont.  Any combination of these two slightly different VM hosting options are available in a cloud service: • Web role Runs Windows Server with your web app automatically deployed to IIS. • Worker role Runs Windows Server without IIS. • You can add a console app as a web job in web role.
  • 6. Cloud Services Cont.  Flexible configuration per role in cloud services:  Configuration: # instances, size, startup endpoints  Settings: key/value  Endpoints  Storage  Certificates  Caching
  • 8. Use Case: Case Management  An application that accepts user claims information and process these requests “time consuming processing” into other systems. Implementation #1: • User claims  Web Role in a cloud service • Process requests  Worker Role in a cloud service Implementation #2: • User claims  Web Role in a cloud service • Process requests  A Web Job in a web role
  • 9.
  • 10. App Service  Azure App Service is a cloud app service that integrates everything you need to quickly and easily build web and mobile apps for any platform or device.  Code in your favorite language and IDE.  Use .NET, NodeJS, PHP, Python, Java to build web apps or APIs faster than ever.  Scale apps on-demand with high availability.  Broadcast personalized push notifications to millions in minutes
  • 11. Azure App Service in 3 steps (#1)
  • 12. Azure App Service in 3 steps (#2)
  • 13. Azure App Service in 3 steps (#3) https://tryappservice.azure.com/
  • 14. Azure App Service in Azure Portal
  • 15. Intelligent Troubleshooting  App Service offers support and troubleshooting features  Audit Logs with filters  Check Health  Troubleshoot  New support Ticket …  Easy to scale up or out for service plans  Every App Service contains Kudu service “scm” service site
  • 16. Intelligent CI  Easy to publish code from various repositories:  VSTS, OneDrive, Local Git repo, GitHub, BitBucket, Dropbox & External repository.  Deployment creds to share for FTP clients  Easy to manage multiple deployment slots  A great way manage continuous builds  Integrate with VSTS build server to automate builds
  • 17. Intelligent Features  The ability to add webjobs within the same deployments  Manage custom domains and SSL certificates  Setup Networking configuration  Define APIs settings Urls  Configure CORS settings  Traffic routing per deployment slot  Automated and scheduled backups  Custom domains & SSL configuration
  • 18.
  • 19. Session Objectives And Takeaways  Benefits of creating micro services in the cloud using Azure cloud services  Showing End-To-End Use case for building cloud service with web & worker roles with service bus integration  Azure App Service intelligent features including troubleshooting, continuous integration, back up, routing, scheduling & other features

Editor's Notes

  1. The session covers how to build web, mobile, Api solutions using Microsoft Azure platform. The session covers in detail how to build intelligent solutions using Azure App Service. Azure App Service includes web apps, logic apps and mobile apps services as PaaS solutions for engineers. The session is a demo driven and demonstrate how to design and provision complete end-to-end solutions using Microsoft intelligent cloud.
  2. Elastic: capable of returning to the original form. Resilience: capable of running strong and healthy after something bad happens.
  3. Ref.: https://azure.microsoft.com/en-us/documentation/articles/fundamentals-application-models/#tellmeas
  4. This demo uses Web and worker roles, service bus and Azure tables. The demos shows how to use Cloud Explorer to check Azure component. Sample Url: http://weblogs.asp.net/shijuvarghese/building-windows-azure-cloud-services-app-with-web-role-worker-role-table-storage-and-service-bus Sample Git: https://github.com/shijuvar/AzureCloudServices/blob/master/AzureCloudServices/AzureCloudServices.Web/Views/Customer/Create.cshtml
  5. Accessing Kudu Service: https://sflccmobileapp1.scm.azurewebsites.net/
  6. Accessing Kudu Service: https://sflccmobileapp1.scm.azurewebsites.net/
  7. Accessing Kudu Service: https://sflccmobileapp1.scm.azurewebsites.net/
  8. Showing: Troubleshooting features: Kudu Logs Troubleshooting Support ticket Scale up or out options Kudu service API and CORS Backup options ( scheduled option ) Custom Domains & SSL Optional: