[Solved] SCCM Hybrid MDM User Sync Issue: Starting user delta sync, raise failure status messages = True
lesca | Azure | 2018-03-08
Situation:
You have setup the SCCM Hybrid MDM with Microsoft Intune by following this guide:
https://docs.microsoft.com/en-us/sccm/mdm/deploy-use/setup-hybrid-mdm
But you cannot have your Hybrid MDM polices to be deployed on mobile devices. You checked the Cloudusersync.log log, it says
“Starting user delta sync, raise failu... [阅读全文]
本站已迁移至容器 (Docker Container)
如题,本站正在使用Azure提供的docker container服务。
架构
采用单主机同时运行两个容器:wordpress和mysql。由于docker的特性,后期可以轻易的扩展前端节点数量。
配置
配置文件仅供参考:
Dockerfile for wplesca image
当前最新wordpress镜像默认未开启SSL支持,需要通过Dockerfile建立新的镜像并启用SSL支持。
#Dockerfile
FROM wordpress:lat... [阅读全文]