Kategorie en

Debug Container for simple Tests/Analyzing

The Microsoft employee Daniel Meixner (Blog, Twitter) had created a debug container. It is based on NodeJS and provides some calls. For example, the call / provides information about the container itself and displays the provided parameters. The function /api/cascade… Weiterlesen →

Creating Azure VM based on local VHD Files

Update December 2019:It is now possible to create an empty managed disk in Azure an upload a local VHD file directly in it. Therefore it is not necessary to upload the VHD in a storage account and deleting it afterwards…. Weiterlesen →

Mount CIFS in Docker Container

An easy way to exchange data is Azure Files. The corresponding FileShare can simply be integrated as a network drive in Windows or as a CIFS mount in Linux. However, if a file share is also to be integrated in… Weiterlesen →

Move Data between On-Premises and Azure

One of the first and most frequently asked questions is: “How do I get my local data to Azure now?” There are many different ways to do this. A small (incomplete) list can be found here: Solution Pros Cons FTP… Weiterlesen →

Find matching Azure VMs with Excel and Solver-Add-In

Sometimes customers want a first rough indication of Azure running costs for an existing VM infrastructure. Frequently, information such as: Number of VMs Number of all CPUs across all VMs Number of total RAM across all VMs made available. Unfortunately… Weiterlesen →

Adding weekday checks to Azure Automation

Update October 2019:Since March 2019, Azure Schedulers support the selection of weekdays. The article will still be available because weekday selections are only an example of custom control flows and parameters. Often the first workload in the cloud is a… Weiterlesen →

Protecting Backend Systems with Subnets and Network-Security-Groups

Many customers wonder how to protect the workload in Azure and whether everything is publicly accessible. I want to show how easy it is, to protect workload with network security groups.

Start & Stop VMs with Azure Automation by using Credentials

In some scenarios it is not possible to generate a ServicePrincipal for automation in Azure, although this is the recommended way. In this case, credentials can also be stored and used in Azure Automation. In the following I used the… Weiterlesen →

Start & Stop of Azure VMs with Automation

For the automated start and stop of several VMs in Azure there are many possibilities. The most flexible is certainly the Automation Service. Any scripts can be created or obtained from galleries and executed on-demand or time-controlled. Especially for the… Weiterlesen →

Setup Kubernetes Ingress with SSL-Passthrough

In the first post we created two subdomain certificates and in the second post we created two docker images. Each image offer a simple self-hosted service which includes the Kestrel Server and additionally configured for SSL.Now we want to set… Weiterlesen →

Manual generate SSL Certificate from Lets Encrypt

I needed 2 subdomain certificates from Lets Encrypt. I had looked at some tools and found ACMESharp (https://pkisharp.github.io/ACMESharp-docs/Quick-Start, https://github.com/ebekker/ACMESharp/wiki/Quick-Start) the best. To get the certificate, the ACMEVault has to be set up once and the tool has to be installed… Weiterlesen →

Serverless Bootcamp

Last year in November we held a bootcamp with Microsoft on the topic “Serverless”. We invited colleagues from Bertelsmann to the “Denkwerk” in Herford and held 3 lectures with one hands-on session each. The response was very positive and we… Weiterlesen →

SSH (remote shell) in Azure Cloud Shell

Update December 2019:Since a while, the command has changed, is now longer in preview and no extension is necessary: https://docs.microsoft.com/en-us/cli/azure/webapp?view=azure-cli-latest#az-webapp-create-remote-connection Sometimes I have problems with the integrated SSH blade in the Azure App Services with Linux – strange error messages,… Weiterlesen →

Azure Meetup with Azure DevOps

We meet us in November for our next Azure Meetup in Rostock. Some colleagues explained the concepts and the using of Azure DevOps. We take a deeper look at: Boards Pipelines Artifacts Test Plans Thanks to all participants, we had… Weiterlesen →

API Development – Service as a Service

In times of DevOps, high automation and decoupled microservices, we need well-maintained interfaces that not only work today, but also in a scalable world with a flexible roadmap. Whenever a new service is created, an API is also provided.

The Time-To-Market is between 2 cups of coffee

What is a desirable time-to-market for a product? Of course, there can be no blanket answer here. But in the morning at the coffee machine to have an idea and in the afternoon, the first customers use the feature – that would be innovative!

Azure Meetup with Docker & Kubernetes

At the end of September, we meet us for our second Azure meetup in Rostock. Out topics were: an introduction to Docker: We take a look at the concepts of Docker and how to build a simple Dockerfile. We used… Weiterlesen →

Error during AKS create (ServicePrincipleNotFound)

Sometimes I get some strange errors at creating a managed Kubernetes Cluster in Azure (AKS). There errors are in most cases ServicePrincipleNotFound: The problem was the node size! You can select the node size in the portal during the creation… Weiterlesen →

HTTP2 with Azure App Services

You can now use HTTP2 in Azure App Services. Microsoft announced it in a blogpost last month. The advanteges of HTTP2 are: compressed headers, that reducing the amount of transfered data multiplex transfer within one TCP connection (no more multiple… Weiterlesen →

Azure Service Plan and Hardware Mapping

An App Service Plan is the mapping from compute ressources to one or multiple App Services. But there are significant differences in the types of App Service Plans. The graphic shows the differences. Free-/Shared-Plan With a free or shared plan,… Weiterlesen →

Compare Container Citizen – Linux and Windows Container in Comparison

Cloud native software development without the container platform Docker? – unthinkable! In addition to the established Linux containers, the Windows containers also try to find their way. We dare to compare and check whether Windows containers are already among the “first-class citizens”.

Using Azure Key Vault

Key Vault is a managed Azure service for handling keys, certificates and secrets. It can encrypt/decrypt and sign/validate.

Moving Azure Managed Disk between Tenants

I need to move a managed Disk from a source subscription to a destination subscription. And I started with the “Move to another subscription” option. But there are two problem: Azure can not move a managed disk My subscription was… Weiterlesen →

Best of Connect() 2017

These are the thinks I found interessting at Microsoft Connect() 2017: Deploy and Debug directly to Azure managed Kubernetes cluster (AKS) from local VisualStudio environment: Video: https://channel9.msdn.com/Events/Connect/2017/T256 currently needs a signup to get the preview Using VSTS to Deploy to Azure… Weiterlesen →

Neuere Beiträge »

© 2024 Azure Talk — Diese Website läuft mit WordPress

Theme erstellt von Anders NorénNach oben ↑