Showing posts with label Cloud. Show all posts
Showing posts with label Cloud. Show all posts

Friday, July 22, 2022

Cloud Service Model























Iaas: Infrastcture as s service
This cloud service model is the closest to managing physical servers; a cloud provider will keep the hardware up-to-date, but operating system maintenance and network configuration is up to you as the cloud tenant. 

Paas: Platform as a service
This cloud service model is a managed hosting environment. The cloud provider manages the virtual machines and networking resources, and the cloud tenant deploys their applications into the managed hosting environment. 
Example: Azure app services

Saas: Software as a service
In this cloud service model, the cloud provider manages all aspects of the application environment, such as virtual machines, networking resources, data storage, and applications. The cloud tenant only needs to provide their data to the application managed by the cloud provider. 
Example: Microsoft Office 365

Wednesday, November 20, 2013

Building Office 365 cloud business apps with Visual Studio 2013:

A really solid  article just released from MSDN Magazine about building Office 365 cloud business apps with Visual Studio 2013: http://spr.ly/6184jwiA

How to upload app to macOS

1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...