Alibaba certificates are divided into 2 levels Alibaba Cloud Certified Associate (ACA) Alibaba Cloud Certified Professional (ACP) ACA Cloud Computing Associate ACP Cloud Computing Certification ACA Big Data Associate ACP Big Data…
Category: Cloud
Azure Health Service
Azure Service Health notifies the azure datacenter and services incident and planned maintenance in the portal or Azure status site. Based on notifies can mitigate downtime of operations. From Azure Service Health…
Alibaba Object Storage Service(OSS)
Alibaba Cloud Object Storage Service (OSS) is a storage service that enables to store, back up, and archive any amount of data in the cloud. OSS is a highly flexible solution that…
Azure Best Practices Learning
The following is a list of the best practices for learning and using Azure. Azure Developers Guide – https://azure.microsoft.com/en-us/campaigns/developer-guide/ Azure Architecture Centre – https://docs.microsoft.com/en-us/azure/architecture/ Azure Key Vault Developer’s Guide – https://docs.microsoft.com/en-gb/azure/key-vault/key-vault-developers-guide Azure Tips and Tricks…
Azure Public IP Prefixes – Static IP Ranges
Azure offered the ability to get static public IP addresses for many years now, however, when you request an IP you will receive one from the general pool of available addresses and…
Azure Hybrid Benefit
The Azure Hybrid Benefit allows to bring the On-Premises Windows licenses with Software Assurance (SA) to a new deployed Azure Windows Virtual Machine. This feature is applicable for a specific version of…
Setup Alibaba Cloud DNS
Alibaba Cloud DNS is a highly available and scalable Domain Name System that provides authoritative DNS servers and DNS management services. Alibaba Cloud DNS uses globally distributed databases and synchronizes your data to…
Azure Adviser Recommendations Cost Save
Microsoft Azure has a very helpful service, called Azure Advisor. Think about it as your personal advice on Azure services. Azure Advisor has many advice and recommendations about operations, availability, performance, security…
Get Role Member – Azure Active Directory
Using below Script to get the member of particular Azure Active Directory. connect-azuread #get all groups Get-AzureADDirectoryRole | select displayname $role = Get-AzureADDirectoryRole | Where-Object {$_.displayName -eq ‘Company Administrator’} Get-AzureADDirectoryRoleMember -ObjectId $role.ObjectId…
Create a Billing threshold alarm rule Alibaba
You can create a Billing Alert Threshold to manage and monitor the usage of cloud service. Login to Alibaba Console Click the Billing Management Click the Monthly Spending Alert Apply the alert…