RSS图片
SharePoint
https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/oms-windows PowerShell deployment The Set-AzVMExtension command can be used to deploy the Log Analytics agent virtual machine extension to an existing virtual machine. Before running the command, the public and private configurations need to be stored in a PowerShell hash table. PowerShell $PublicSettings = @{"w......
作者:发表于:2020/11/18 点击:4 评论:0
Today we continue with the Log Analytics post series. In the previous posts of this series, I showed you how to create a workspace for log analytics and how to deploy the log analytics. In this post, I will show you how to collect logs and metrics from VMs in your Log Analytics Workspace using Azure PowerShell. Prerequisites The Az.OperationalInsights module version 1.0......
作者:发表于:2020/11/17 点击:6 评论:0
■今回事前準備する環境 ・監視対象のマシン(今回はcentos7.5) ・OMS ワークスペース ■設定手順 (1)Log Analytics の[詳細設定]をクリックし、[Data]⇒[Syslog]をクリックします。 (2)その後、[次のファシリティからSyslogを収集]にチェックを入れて有効にし、[監視するファシリティの名前を入力]の検索欄で、監視するファシリティの名前を入力し、+ をクリックし設定していきます。 設定完了後、左上の[Save]をクリッ......
作者:发表于:2020/11/16 点击:2 评论:0
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/set-aspect-ratio-portrait-landscape https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/create-responsive-layout https://powerapps.microsoft.com/en-us/blog/craft-app-height-and-width-expressions-to-create-responsive-canvas-apps/ If you’ve built canvas apps using PowerApps, you’ve noticed that one of the fi......
作者:发表于:2020/09/26 点击:2 评论:0
There are a few options to do that: If you are using Edge or Internet Explorer, the language of your system will be used to display the portal. If you want to change the language of the portal to English, change the default language in the computer's Settings app If you are using Chrome, the language can be changed by going to chrome://settings/languages; there you can add Englis......
作者:发表于:2020/09/26 点击:0 评论:0
Contents of this article Creating a new public IP prefix Creating public IPs from a public IP prefix Public IPs can be essential for services such as application gateways, firewalls, and virtual network gateways in Azure, especially when it comes to making these services accessible from the internet. Assigning a public IP address to a service in Azure is simple. Easy to......
作者:发表于:2020/03/16 点击:12 评论:0
计算器 https://www.sioe.cn/xinqing/CIDR.php https://www.ipaddressguide.com/cidr CIDR是英文“Classless Inter-Domain Routing”的简写,中文名称“无类别域间路由”,是网络中分配IP地址的一种方法。 CIDR抛弃了传统的ABC类IP地址以及划分子网的概念,减轻了路由表数据过大的问题。CIDR使用如下格式的IP地址表示法: [网络前缀][主机地址]/网络前缀所占位数 CIDR将IP地址划分为网络前缀和主机地址两个部分,“/”斜线后面是网络前缀所占的位数,......
作者:发表于:2020/03/16 点击:8 评论:0
The tenant ID is tied to ActiveDirectoy in Azure Navigate to Dashboard Navigate to ActiveDirectory Navigate to Manage / Properties Copy the "Directory ID" Profit ...
作者:发表于:2020/03/15 点击:8 评论:0
PowerShell is both a command-line shell and scripting language and perfect for automating administrative tasks. When working with Microsoft Azure, Microsoft recommends to use the new Azure PowerShell Az module. See how to uninstall the outdated Azure PowerShell AzureRM , how to install the new Az module for PowerShell 5.x and 6.x and how to connect and to get a inventory of your resources and a li......
作者:发表于:2020/03/15 点击:8 评论:0
详细→ https://docs.microsoft.com/en-us/powershell/azure/uninstall-az-ps?view=azps-3.6.1 Uninstall the AzureRM module If you have the Az module installed on your system and would like to uninstall AzureRM, there are two options that don't require running the Uninstall-AllModules script above. Which method you follow depends on how you installed the AzureRM module. If you're not su......
作者:发表于:2020/03/15 点击:8 评论:0