Azure Cloud Services


관련 자료

https://docs.microsoft.com/ko-kr/azure/cloud-services/cloud-services-choose-me

 

Azure Cloud Services란

Azure Cloud Services에 대해 알아봅니다.

docs.microsoft.com

https://cuteprogramming.wordpress.com/2018/01/07/tcp-listener-on-microsoft-azure-for-iot-devices/

 

TCP Listener on Microsoft Azure for IoT Devices

After working on the beacon projects back half a year ago, I was given a new task which is building a dashboard for displaying data collected from IoT devices. The IoT devices basically are GPS tra…

cuteprogramming.wordpress.com

 

 



 

 Azure에서 VM말고 Managed된 환경에서 TCP/IP를 서비스할 수 있는 방법을 찾아 보게 되었다. 가용성과 분산 환경을 고려하면, VM 환경은 너무 무겁고 관리가 힘들기도 하여 Managed 서비스를 찾아보게 되었다. 그 중에 찾아 보다보니 Azure Cloude Services라는 서비스가 있는것을 알게 되었다. ( 이전 Worker Role 이라고 보면 된다 )

이제 이 서비스로 MAVLink 프로토콜을 통해 드론을 통제및 모니터링 하는 프로젝트를 만들어야 한다.

 

 

 

Dynamic Role-Based Authorization in ASP.NET Core 2.0


관련 자료

 

 

Dynamic Role-Based Authorization in ASP.NET Core 2.0

You already know how role-based authorization works in ASP.NET Core but what if you don't want hardcode roles in authorization attribute or create roles later and specify in which controller and action it has access without touching source code?

www.codeproject.com

 

 

mo-esmp/DynamicRoleBasedAuthorizationNETCore

Dynamic Role-Based Authorization in ASP.NET Core 2.0 - mo-esmp/DynamicRoleBasedAuthorizationNETCore

github.com



 

You already know how role-based authorization works in ASP.NET Core but what if you don't want hardcode roles in authorization attribute or create roles later and specify in which controller and action it has access without touching source code?

Introduction

You already know how role-based authorization works in ASP.NET Core.

Hide   Copy Code

[Authorize(Roles = "Administrator")] public class SomeController : Controller { }

But what if you don't want hardcode roles in authorization attribute or create roles later and specify in which controller and action it has access without touching source code?

Using the Code

Let's begin our journey. Create ASP.NET Core Web Application project and change authentication to Individual User Accounts.

 

 

제목


관련 자료

 

 

Microsoft Ignite | The Tour

 

techcommunity.microsoft.com

 

 

What is the Helm

쿠버네티스 패키지 매니저 플러그인 helm 소개 자료입니다. 쿠버네티스 한글 유저 그룹 밋업에서 발표한 키노트 자료 공유합니다.

www.slideshare.net

 

 

AWS re:Invent 특집 세미나 - (1) 컴퓨팅 분야 신규 서비스 요약 :: 윤석찬 (AWS 테크에반젤리스트)

클라우드의 미래를 가늠할 re:Invent를 통해 출시한 다양한 서비스를 소개합니다. 본 세션에서는 폭넓고 깊이 있는 클라우드 (컴퓨팅) 서비스를 제공하기 위한 가상 서버, 콘테이너 및 서버리스 분야의 신규 서비스를 알아봅니다. 베어 메탈을 비롯한 가상화 분야의 혁신 과정과 쿠버네티스…

www.slideshare.net

 

Introduce Google Kubernetes

Google의 Kubernetes에 대해서 간단하게 정리 해봤습니다.

www.slideshare.net



 

 4월 3, 4일 이틀에 걸쳐서 코엑스에서 Ignite Tour 세미나를 개최에 참석을 하였다. 이전과는 다르게 Kubernetes (docker orchestration )를 통한 Docker에 대해서 많은 시간을 할애 할것으로 보여진다.

 

Kubernetes logo

 

 

 클라우드 환경이던지, 사내 환경이던지 모두 Docker에서 돌아 갈 수 있도록 개발하고 DevOps를 지원할 수 있도록 개발 플랫폼 환경을 구축해야 겠다는 생각을 하게 되었다.

 

+ Recent posts