azure-storage

8 items tagged with "azure-storage"

5 Articles
3 Diagrams

Articles

Diagrams

Azure Static Website with Custom Domain via Azure Storage account and CDN

This diagram shows you how to setup a static website on Azure using Azure Storage account and Azure CDN. Azure Storage account supports Static website capability and also allows you to bind a custom domain to access the content. For HTTP only, you can just use built-in Azure Storage account capabilities; for HTTPS, we can have to use Azure Front Door or Azure CDN (classic) services. For HTTPS, we can add a custom domain for the Azure CDN endpoint. As part of that setup, we can also choose CDN managed certificate or our own certificate as the following screenshot shows: !2022092341926-image.png References Quickstart - Create an Azure CDN profile and endpoint | Microsoft Learn Integrate a static website with Azure CDN - Azure Storage | Microsoft Learn

2022-09-23
Kontext's Project

.NET Full Text Search on Azure using Apache Lucene

This diagram shows how to use Apache Lucene to implement full text search engine for Azure App Service ASP.NET core websites. Apache Lucene is an open source framework to provide world search capabilities. It is the search core of both Apache Solr™ and Elasticsearch™. The framework provide core libraries for Java, Python (PyLucene) and .NET.

2022-02-12
Solution Diagrams

Mount Azure Storage Volumes to Container Group

Azure Files can be mounted to container groups in Azure Container Instances or App Services. To avoid latency, it is good practice to place the application containers in the same region as file storage.

2021-12-16
Solution Diagrams