Share Point is a kind of Cloud computing? - sharepoint

I study about cloud computing, i understand that we have types of cloud computing:Private, Public and Hybrid Clouds, i have question about cloud, the Share Point is a kind of Cloud computing(private cloud computing)?
Thank You

No. SharePoint - it's a platform for collaboration, document management, enterprise portals and many more. You can read about here: What is SharePoint.
Microsoft also offering SaaS solution - Office 365, with SharePoint Online included in some of plans. It's a cloud, but not cloud computing - it's a software as a service.

SharePoint in Microsoft 365 A cloud-based service, hosted by Microsoft, for businesses of all sizes. SharePoint Server Organizations can deploy and manage SharePoint Server on-premises or with an Office 365 Enterprise subscription to take advantage of all the latest features.

Related

Is Azure DevOps a PaaS or IaaS?

This is regarding Microsoft's Azure DevOps(Formerly VSTS). Just wanted to clear things, can Azure DevOps be classified as a Platform as a Service. Since it is a cloud service it should be categorized into IaaS but it eliminates the middleware/OS in pipeline. If not then where does it go in the cloud services area? IaaS/SAAS?
Thanks.
Azure DevOps is SaaS for end users (Developers,PM,QA and other stakeholder). In the backend, all the services offer by "Azure DevOps" may run on VMs or Physical server. That mean Microsoft point of view, they may use combination of IaaS & PaaS solution for this platform. Ultimately all services running on VM or physical server.
Its a SaaS, since you are buying a service, not a platform, not virtual machines.
From learn.microsoft.com
Based on the on-premises capabilities, with additional cloud services, we manage your source code, work items, builds, and tests. Azure DevOps uses platform as a service (PaaS) infrastructure and many Azure services, including Azure SQL, to deliver a reliable, globally available service for your development projects.
So according to Microsoft it is PaaS.

Are Microsoft Azure Cognitive services available on AzureStack?

I'm planning to showcase exciting end user use-cases in AzureStack to potential customers.
This is an idea exploration.
https://azure.microsoft.com/en-us/services/cognitive-services/directory/
I expect Microsoft Azure Cognitive services to be available on AzureStack for Enterprise use-cases.
From my initial search on AzureStack Marketplace items from Azure I could not find Cognitive Services for AzureStack. What is the roadmap to bring these services to AzureStack in the future?
https://learn.microsoft.com/en-us/azure/azure-stack/azure-stack-marketplace-azure-items
Please help. Thanks.
All APIs on cognitive services here: https://azure.microsoft.com/en-us/services/cognitive-services/directory/ are on Azure. In fact, you buy access keys for these APIs from Azure portal: https://portal.azure.com/#create/Microsoft.CognitiveServicesBingSearch-v7.

Workflow Foundation and Azure

I have been looking into Workflow Foundation for a build we are currently undertaking.
I have a proof of concept and have been using IIS AppFabric for tracking, faults, and persistence to SQL which are key to our new build. We are now looking to Azure for the hosting of the workflow service, which i have working but cannot find any guides on how to set up the monitoring IIS AppFabric offers in terms of database setup.
I have read that AppFabric will no longer be supported as of this year, does this include Azure AppFabric. What is the best approach in Azure?
Windows Server AppFabric is retired since 11/04/2017: https://blogs.msdn.microsoft.com/appfabric/2015/04/02/microsoft-appfabric-1-1-for-windows-server-ends-support-422016/
My recommendation: You should write your workflow using Azure Logic Apps. It already offers tracking mechanisms that uses Azure Storage accounts.

Microsoft Delve / Graph in local network area

Is it possible to run Microsoft Delve with Graph in a local network (intranet) with a local MS Sharepoint Server? Or is Graph/Delve only with Office 365 available?
Microsoft Graph supports Office 365 for work and school accounts as well as personal accounts through outlook.com.
There are hybrid deployment scenarios in preview that require Exchange 2016. For more information, you can check the documentation on Hybrid deployments in preview.

Azure vs .NET Services

I am a little confused about two new technologies receiving a lot of buzz currently;
Can somebody please explain to me what the difference (or similarities) are between Azure and .NET Services?
Are they one and the same thing?
Is Azure the Cloud OS that my .NET Services run in?
Is .NET Services a component that makes up the greater Azure vision?
Thanks
You've basically got it right that .NET Services is a component that makes up part of the Azure platform. Check out the Azure Services graphic for a visual representation of the components.
Azure is composed of the operating environment and the base services that are used to host cloud applications. It provides the base capabilities (web and worker processes) as well as the simple data storage offerings.
.NET Services are the services that many applications will use to create cloud scale applications, although originally the services were mostly geared toward enterprise development. It includes the access service and service bus.
There are also a few other services that are provided:
SQL Azure is the SQL Server for the cloud offering. It is used like a regular SQL Server instance, for the most part, but is hosted and sericed by Microsoft.
Live Services are consumer focused services that make use of many Microsoft services: Mesh, Live ID, Messenger, etc.
One thing to note is that, although these services are offered as part of the Azure platform, the .NET Services should be usable from any platform. The are REST based services that can be consumed by any application that has the ability to call REST services.
Windows Azure is a cloud services operating system that drivers the Azure Platform, which is an open platform that supports/will support multiple Microsoft and non-Microsoft languages and evironments. Azure Platform
.Net Services are a set of libraries that aid in working with the Azure cloud based infrastructure services available. .Net Services

Resources