This commit is contained in:
Stefan Nenchev 2018-05-03 13:25:17 +03:00
Родитель e0b9def720
Коммит 08b5b0d024
5 изменённых файлов: 8 добавлений и 6 удалений

Просмотреть файл

@ -302,7 +302,7 @@ navigation:
position: 1
cloud-integration/azure/connect-to-data-in-the-cloud:
title: "Connect to Data in the Cloud"
position: 4
position: 3
cloud-integration/azure/cognitive-services:
title: "Cognitive Services"
position: 5

Просмотреть файл

@ -5,12 +5,12 @@ description: Blob Storage
slug: cloud-integration-azure-blob-storage
tags: cloud,integration,azureprovider
published: True
position: 3
position: 4
---
# Blob Storage
Azure Blob storage is a service for storing large amounts of unstructured object data, such as text or binary data, that can be accessed from anywhere in the world via HTTP or HTTPS. You can use Blob storage to expose data publicly to the world, or to store application data privately. This article will demonstrate how one can use this service from a Xamarin application and manage the uploaded files.
**Azure Blob storage** is a service for storing large amounts of unstructured object data, such as text or binary data, that can be accessed from anywhere in the world via HTTP or HTTPS. You can use Blob storage to expose data publicly to the world, or to store application data privately. This article will demonstrate how one can use this service from a Xamarin application and manage the uploaded files.
## Set up Storage Account

Просмотреть файл

@ -253,5 +253,7 @@ After the updates, you can notice that the individual item marked as complete is
![radlistview_populated](images/cosmosdb_updated_item.png)
## See Also
## See Also
* [SQL Database]({%slug cloud-integration-azure-sql-database%})
* [Azure Blob Storage]({%slug cloud-integration-azure-blob-storage%})

Просмотреть файл

@ -25,7 +25,7 @@ Here are the services that will be demonstrated in combination with the controls
* [Blob storage](https://docs.microsoft.com/en-us/azure/storage/common/storage-create-storage-account) service demonstrated in the [Blob Storage]({%slug cloud-integration-azure-blob-storage%}) article.
* [Text Translation](https://azure.microsoft.com/en-us/services/cognitive-services/translator-text-api/) service demonstrated in the [Text Translation]({%slug cloud-integration-text-translation-azure%}) article.
* [Text Analysis](https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics/) service demonstrated in the [Image Analysis]({%slug cloud-integration-cognitive-services-text-analysis%}) article.
* [Text Analysis](https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics/) service demonstrated in the [Text Analysis]({%slug cloud-integration-cognitive-services-text-analysis%}) article.
* [SQL Database](https://docs.microsoft.com/en-us/azure/sql-database/) service demonstrated in the [SQL Database]({%slug cloud-integration-azure-sql-database%}) article.
* [Cosmos DB](https://docs.microsoft.com/en-us/azure/cosmos-db/introduction) service demonstrated in the [Cosmos DB]({%slug cloud-integration-cosmosdb%}) article.

Просмотреть файл

@ -10,7 +10,7 @@ position: 1
# Azure Overview
Microsoft Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers. It provides software as a service (SaaS), platform as a service (PaaS) and infrastructure as a service (IaaS) and supports many different programming languages, tools and frameworks, including both Microsoft-specific and third-party software and systems. Microsoft Azure also provides a variety of cognitive services which enable you to see, hear, speak, understand and interpret your user needs through natural methods of communication.
**Microsoft Azure** is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers. It provides software as a service (SaaS), platform as a service (PaaS) and infrastructure as a service (IaaS) and supports many different programming languages, tools and frameworks, including both Microsoft-specific and third-party software and systems. Microsoft Azure also provides a variety of cognitive services which enable you to see, hear, speak, understand and interpret your user needs through natural methods of communication.
You can create a [free account](https://azure.microsoft.com/en-us/free/) and take advantage of a number of free services such as Cosmos DB, Blob/File Storage, serverless functions and more and integrate them with the controls from the **Telerik UI for Xamarin** suite. Here are some of the services that are available: