Azure Container Service overview of Kubernetes for Java applications
Here is a sample architecture ACS Kubernetes. People sometimes confuse components of Container Services, because there are so many components such like Java, Docker Windows, private registry, cluster...
View ArticleGet started with Apache Storm on HDInsight for your jar files
HDInsight provides you to create Apache Storm clusters easily. Please read reference articles in this post if you don't know overview of Apache Storm.Create Storm Cluster on HDInsightFollow...
View ArticleData copy from FTP server to SQL Data Lake using Azure Data Factory
This topic introduces how to setup data copy from your FTP server to your SQL Data Lake using Azure Data Factory. This is really simple example, but you need some tips to setup even this simple...
View ArticleHow to use Hive tables in HDInsight cluster with Nikkei and DJIA
As you know, Nikkei Stock Average called Nikkei and Dow Jones Industrial Average called by DJIA are both famous stock market indexes. We can get daily data of them easily from below sites.DJIA...
View ArticleCreate joined query result from Nikkei and DJIA using Spark APIs with HDInsight
In previous topic, I have introduced how to use Hive tables with HDInsight in How to use Hive tables in HDInsight cluster with Nikkei and DJIA. I will introduce how to use Spark APIs with HDInsight in...
View Articleロサンゼルス生活日誌 ~その3アメリカの銀行って日本と違うの?~
ちょっと間が空きましたがこんにちは、今回はアメリカの銀行について紹介します。アメリカの銀行口座は日本と少々考え方が違うので、私が実際に色々と手続きした時にちょっと困ったことも含めて紹介します。私は日本人にやさしいという噂をうのみにして三菱東京UFJが買収した Union Bank で銀行口座を開設しましたが、Bank of America, Chase, Wells Fargo...
View ArticleHow to copy comma separated CSV files into Azure SQL Database with Azure Data...
This topic introduces how to copy CSV files data into SQL Database with Azure Data Factory. At first, install SSMS from Download SQL Server Management Studio (SSMS) . After setting up SSMS, follow...
View Articleロサンゼルス生活日誌 ~その4 米国でのインターネット開通~
ご無沙汰してますがこんにちは。実は私が一番苦労した米国でのインターネット開設の流れを紹介したいと思います。日本だったりすれば KDDIか NTT 東西...
View ArticleHow to create Hive tables via Ambari on Microsoft Azure HDInsight
As you know, HDInsight is powerful service to analyze, manage and process BigData on Microsoft Azure. You can create Hadoop, Storm, Spark and other clusters pretty easily! In this article, I will...
View ArticleHow to deploy your Azure Functions with VSTS when your project has multiple...
This article introduces how to deploy your Azure Functions with VSTS when your projects have multiple solutions like below. Please refer GitHub - AzureFunctions-CSharp-Sample if you need Azure...
View ArticleHow to create your own Azure Active Directory tenant
You sometimes want to create own tenant when you try to use Azure AD authentication or "School or Work Accounts" independently with your organization Azure AD tenant. Especially, you will really want...
View ArticleHow to change AAD tenant associated to your subscriptions
You have already known how to create your own AAD tenant, but it sometimes causes some issues. As you know, all Azure subscriptions should be associated to an AAD tenant. You should change the AAD...
View ArticleEnable to access Azure subscriptions across Azure AD tenants
All Azure subscriptions are associated to an Azure AD tenant. As you know, you can use some different Azure AD tenants like below. This sometimes causes some issues, but you can learn how to use these...
View ArticleQuick introduction for portal sites of Microsoft Azure
Do you know how many portal sites Microsoft Azure has? Almost all users access only "Microsoft Azure Portal". "Microsoft Azure Portal" manages all Azure resources such like VMs, App Service, SQL...
View ArticleStep by step how to setup Service Fabric Explorer on Azure
This article introduce how to setup the environment on Azure. Service Fabric offers Microservices and containerized architecture on Microsoft Azure, and it's secure with multiple certificates for the...
View ArticleService Fabric deployment tips - Deployment on Azure stops when scripts log...
When you try to deploy ASP.NET Core Stateless applications into Service Fabric on Azure in like below environment.Visual Studio 2017Microsoft Azure Service Fabri SDK and Tools - 3.0.456The deployment...
View ArticleService Fabric deployment tips - always return “Failed to submit updates for...
As you know, Service Fabric uses some various certificates to manage their clusters.Cluster certificate : Client to node security, e.g. Management Endpoints such as Service Fabric Explorer or...
View Articleロサンゼルス生活日誌 ~その5 米国の医療制度~
すっかりご無沙汰で恐縮ですが、先日ついに米国で歯医者に行かねばならない状態になったので色々と分かった結果を共有します。良く言われる「米国の医療費は高い」と言われるお話しですが、具体的にどのくらい高いのか?どういう手続きになるのか?ということがある程度でも伝われば幸いです。健康保険ってあるの?まずは日本が提供する素晴らしい社会保障制度である健康保険制度ですが、私が米国に来た際に最初に聞いたのが「健康保...
View ArticleHow to setup your CentOS VMs as VSTS Private Agent
VSTS is really powerful tool and you can use compute resources from cloud, but you will sometimes want to use your own custom libraries or executable files in you build processes. You can use Private...
View ArticleHow to setup Service Fabric connections on VSTS
Visual Studio Team Service, VSTS, is really powerful tool to achieve your CI/CD pipeline. Before setting up Service Fabric connections, you need to create a *.pfx file to register as "Client Admin"...
View Article