Blogs

Posts Tagged ‘Azure’

Azure Log Analytics Workspace – Ensuring Compliance, Centralizing and Streamlining Monitoring

Posted on April 18th, 2024 by Sania Afsar

In the realm of cloud computing, the ability to monitor, analyze, and respond to IT environment anomalies is crucial for maintaining system integrity and compliance with regulatory standards. Azure Log Analytics Workspace (LAW) is a powerful service that enables businesses to aggregate, analyze, and act on telemetry data from various sources across their Azure and on-premises environments. This article delves into LAW, its alignment with SOC 2 compliance, and the practicalities of Azure Monitoring and diagnostic settings, offering insights from a recent project implemented for a software development company.

Azure Log Analytics Workspace (LAW): A unique environment within Azure Monitor that allows for the collection and aggregation of data from various sources. It provides tools for analysis, visualization, and the creation of alerts based on telemetry data.

SOC 2 Compliance: A framework for managing data based on five “trust service principles”—security, availability, processing integrity, confidentiality, and privacy. It is essential for businesses that handle sensitive information.

Azure Monitoring: A comprehensive solution that provides full-stack monitoring, from infrastructure to application-level telemetry, facilitating the detection, analysis, and resolution of operational issues.

Diagnostic Settings: Configurations within Azure that direct how telemetry data is collected, processed, and stored. It includes logs and metrics for auditing and monitoring purposes.

Why LAW should be used?

LAW plays a pivotal role in operational and security monitoring, offering several benefits:

Centralized Log Management: It consolidates logs from various sources, making it easier to manage and analyze data.

Compliance and Security: Helps organizations meet regulatory standards like SOC 2 by providing tools for continuous monitoring and alerting on security and compliance issues.

Operational Efficiency: Streamlines troubleshooting and operational monitoring, reducing the time to detect and resolve issues.

Cost-Effectiveness: Offers scalable solutions for log data ingestion and storage, providing flexibility and control over costs.

Configuration Process and Technical Details

Creating and Configuring Log Analytics Workspace

1. Azure Portal:

  1. Navigate to the Azure portal.
  2. Go to “All services” > “Log Analytics workspaces”.
  3. Click “Add”, select your subscription, resource group, and specify the workspace name and region.
  4. Review and create the workspace.

Same can be achieved using Powershell cmdlet New-AzOperationalInsightsWorkspace.

New-AzOperationalInsightsWorkspace -ResourceGroupName “YourResourceGroup” -Name “YourWorkspaceName” -Location “Region”

2. Enabling Diagnostic Settings

Azure Portal:

  1. Navigate to the resource (e.g., a VM, database).
  2. Select “Diagnostic settings” > “Add diagnostic setting”.
  3. Choose the logs and metrics to send to the Log Analytics workspace.
  4. Select the workspace created earlier and save the setting.

Azure CLI:

There is no corresponding powershell cmdlet however the same can be achieved using azure cli. It is advised that this step be done using the Azure portal unless it needs to be automated, In case of large number of targets consider using a bash script and an csv file for input

az monitor diagnostic-settings create –resource /subscriptions/YourSubscriptionId/resourceGroups/YourResourceGroup/providers/ResourceProvider/ResourceType/ResourceName –workspace /subscriptions/YourSubscriptionId/resourcegroups/YourResourceGroup/providers/microsoft.operationalinsights/workspaces/YourWorkspaceName –name “YourDiagnosticSettingName” –logs ‘[{“category”: “CategoryName”, “enabled”: true}]’ –metrics ‘[{“category”: “CategoryName”, “enabled”: true}]’

 Integrating Data Sources

To configure agents and services to send data to LAW:

1. Windows and Linux Servers:

Install the Log Analytics agent on each server.

During the agent configuration, specify the workspace ID and primary key to connect the agent to your workspace.

2. Azure Resources:

Many Azure services offer built-in integration with Log Analytics.

Use the Azure portal to enable integration by selecting the Log Analytics workspace as the target for logs and metrics.

3. Application Insights:

For application telemetry, integrate Application Insights with your application.

Configure the Application Insights SDK to send data to the Log Analytics workspace by setting the instrumentation key.

Insights on a case study from a Software Development Company Perspective

In a recent project for a software development company, LAW was leveraged to enhance operational visibility and ensure SOC 2 compliance. The focus was on automating log collection and analysis to proactively address system anomalies, secure sensitive data, and streamline the development lifecycle. By integrating LAW, the company achieved:

  • Enhanced Security Posture: Through real-time monitoring and alerting capabilities.
  • Operational Excellence: Improved system reliability and availability by quickly identifying and addressing issues.
  • Compliance Assurance: Simplified compliance reporting and auditing processes, ensuring adherence to SOC 2 requirements.

Conclusion

Azure Log Analytics Workspace is an indispensable tool for organizations looking to enhance their monitoring capabilities and ensure compliance with standards like SOC 2. Its ability to aggregate and analyze data from a multitude of sources provides a comprehensive view of an organization’s IT environment, facilitating informed decision-making and operational efficiency. The integration of LAW, coupled with Azure Monitoring and diagnostic settings, offers a robust solution for maintaining system integrity, security, and compliance.

Azure Stack HCI 3-node Cluster Configuration – Switchless Storage Network

Posted on April 17th, 2024 by Sania Afsar

Mismo Systems implemented a 3-node Azure Stack HCI cluster for one of the clients. The cluster was configured with a dual-link full mesh storage network interconnect (Switchless).

This blog provides an overview of the Azure Stack HCI design, high-level implementation steps, network connectivity of the servers, IP configurations and cluster configuration.

Azure Stack HCI Design

Below is the high-level detail of the above Design diagram:

  • 03 Nos. DELL EMC AX-740dx servers, installed with Azure Stack HCI 21H2 Operating System.
  • Azure Stack HCI cluster will be created using the three servers.
  • The cluster will be created and managed using a Windows Admin Center instance.
  • The cluster will be registered with Azure.
  • Azure storage account-based cloud witness will be used for the cluster.

High-Level Configuration Steps

Below are the high-level steps performed to complete the cluster configuration:

S. No.Task
1Server Racking and Cabling
2iDRAC Configuration on the servers
3BIOS Configuration for QLogic NIC configuration
4Initial network configuration and domain join the servers
5Azure Stack HCI cluster configuration:
– Prerequisite check, feature installation and updates installation
– Network and Virtual Switch configuration
– Cluster validation and creation – Storage validation and Enable Storage Space Direct
6Post cluster creation configuration
7Cloud Witness Quorum configuration
8Azure Stack HCI registration to Azure
9Storage volumes creation
10Virtual Machines creation

Network Interfaces

There were 3 Azure Stack Certified servers – DELL EMC AX-740dx, installed with Azure Stack HCI 21H2 Operating System. The servers had the following network interfaces:

Each of the servers has the following network interfaces:

  • 1 iDRAC network port
  • 2 QLogic FastLinQ 41262 Dual Port 10/25GbE SFP28 Adapter, PCIe Low Profile
  • 1 Intel X710 Dual Port 10GbE SFP+
  • 1 i350 Dual Port 1GbE, rNDC

Network Interface Connectivity

The diagram below describes the connectivity of network interfaces and their configuration.

Below tables provides low-level detail of the Azure Stack HCI Implementation:

Network Interface | PurposeNode | IP Address | vSwitch | Team Configuration
Azure Stack HCI – Network Configuration
iDRAC | IP AddressesIDRACNODE1 | 172.16.1.5 IDRACNODE2 | 172.16.1.6 IDRACNODE3 | 172.16.1.7
i350 Dual Port 1GbE, rNDC | Management NetworkNODE1 | 172.16.1.60/24 | MgmtSwitch | SET Team <NIC 1 and NIC 2> NODE2 | 172.16.1.61/24 | MgmtSwitch | SET Team <NIC 1 and NIC 2> NODE3 | 172.16.1.62/24 | MgmtSwitch | SET Team <NIC 1 and NIC 2> Gateway – 172.16.1.1 Subnet – 255.255.255.0
Intel X710 Dual Port 10GbE SFP | VM NetworkNODE1 – 10.170.3.111 | VMNetworkSwitch | SET Team <NIC 3 and NIC 4> NODE2 – 10.170.3.112 | VMNetworkSwitch | SET Team <NIC 3 and NIC 4> NODE3 – 10.170.3.113 | VMNetworkSwitch | SET Team <NIC 3 and NIC 4> Gateway: 10.170.3.1 Subnet – 255.255.255.0
QLogic FastLinQ 41262 Dual Port 10/25GbE SFP28 Adapter | Storage NetworkNODE1 – NIC 5 | 192.168.12.1| Storage 1 <Node 1 – Node 2>
NODE1 – NIC 6 | 192.168.13.1| Storage 2 <Node 1 – Node 3> NODE1 – NIC 7 | 192.168.21.2 | Storage 4 <Node 2 – Node 1>
NODE1 – NIC 8 | 192.168.31.2 | Storage 5 <Node 3 – Node 1>

NODE2 – NIC 5 | 192.168.12.2| Storage 1 <Node 1 – Node 2>
NODE2 – NIC 6 | 192.168.23.1| Storage 3 <Node 2 – Node 3> NODE2 – NIC 7 | 192.168.21.1| Storage 4 <Node 2 – Node 1>
NODE2 – NIC 8 | 192.168.32.2| Storage 6 <Node 3 – Node 2>   NODE3 – NIC 5 | 192.168.13.2| Storage 2 <Node 1 – Node 3>
NODE3 – NIC 6 | 192.168.23.2| Storage 3 <Node 2 – Node 3> NODE3 – NIC 7 | 192.168.31.1| Storage 5 <Node 3 – Node 1>
NODE3 – NIC 8 | 192.168.32.1| Storage 6 <Node 3 – Node 2>   Subnet – 255.255.0.0

Azure Stack HCI Cluster Detail

Configuration ItemDetail
Azure Stack HCI – Initial Configuration
Azure Stack HCI OS21H2
Servers HostnameNODE1.domain.com
NODE2.domain.com NODE3.domain.com
Time zoneCentral time (US & Canada) UTC -6:00
Joined AD DS Domain domain.com
Windows Admin Centerhttps://wac01.domain.com/
Azure Stack HCI – Cluster Configuration
Cluster TypeStandard
Cluster Name and IPCluster01 | 172.16.1.63
Cluster Quorum DetailCloud Witness | Storage Account – <storageaccountname>
Azure Stack HCI – Registration to Azure
Azure Subscription Name and ID<Azure Subscription Name and ID>
Resource Group<Resource Group Name>
Azure Region for registrationWest Europe

AWS vs Azure

Posted on December 1st, 2022 by admin@mismo2023

The cloud service providers AWS and Azure are truly miraculous helping millions across the globe creating a virtual space with a plethora of benefits. This article will delve deep into their pros and cons and look at the wide array of services, benefits and advantages they have. We will consider factors like: the cloud storage cost, the loss rate of data transfers, availability of data and so on.

AWS: It all began with the Amazon’s team recognizing the stagnation and complexity of their IT infrastructure. In order to improvise on their efficiency, Amazon’s team replaced the pre-existing infrastructure into well documented APIs. By the year 2003, Amazon had a moment of realization about their skills that is important for creating scalable and effective data centres. This is how Amazon Web Services came into existence. AWS is one of the leading providers of requirement basis cloud solution providing an IT infrastructure to companies of varying sizes. For companies that run on non-windows services, AWS works most efficiently for them and is a highly customisable podium. Netflix, Spotify, and such eminent companies use AWS.

AWSs’ services remained unparalleled as Google, their first competitor only came up beyond 2009 and Microsoft stepped up by 2010 as they did not believe in the potential of the cloud infrastructure. It is only after Amazon’s successful system that made Microsoft enter the world of cloud. Azure was launched by Microsoft, but their entry was not welcomed pleasantly as it faced several challenges. AWS had already become a giant as it had a lead of 7 years over Azure and provided ample scalable services.

It was about time that Microsoft stepped up and set its firm footing by adding support to various programming languages and operating systems. They got along with Linux and also made their services more scalable. With this redemption, Azure made its name to the top in the list of cloud providers.

Today AWS and Azure have become two prominent names when it comes to cloud service providers. They introduce the world with a virtual infrastructure with Azure holding about 29.4% of the workloads of installed applications, AWS holds a good 41.5% and Google only has about 3%.

There are a few differences between AWS and Azure, and both have their respective pros and cons. These two top players have their list of unequivocal set of advantages as they are great at what they provide.

Services:

Azure and AWS extends on premise data centre into firewall and cloud. VPC or Amazon Virtual Private Cloud helps users to create subnets, Private IP address range, network gateways and route tablets in the areas of networking services when compared to Microsoft Virtual Network which has similar services. When we talk of computing services Azure provides services like App Services, Azure Virtual Machine, Container services, Azure Functions while AWS provides: Elastic Beanstalk, ECS, AWS Lambda, EC2 and so on. Both these services are quite similar as well. While in the case of storage services, AWS provides temporary storage that is specified with the beginning of the instance and automatically dissolves with its termination. They also provide block storage that can either be attached or separated. Azure provides storage such as Blob, Disk Storage and Standard Archives.

Pricing:

Pricing of computing services depends upon the differences in configuration, the measurement of the computing units and the various range of services: storage, databases, computing and traffic.

AWS follows a pay as you go structure of pricing where there is an hourly charge while Azure charges per minute. An AWS m3. large instance is estimated at $0.133 per hour (21 CPU and 3.75 GB memory), somewhat similar pricing is followed by Microsoft in the Medium VM (2×1.6Ghz CPU, 3.5 GB RAM) that costs about $0.45 per hour. Azure can be deemed more expensive as compared to AWS regarding computing, but it provides for good discounts in case of long-term payments. AWS is also known for supporting the Hybrid cloud environment better. Meanwhile the security provided by AWS via user defined roles is unparalleled as it provides security by giving permissions on the entire account.

Open-Source Integration:

AWS employs tools such as Jenkins, GitHub, Docker and Ansible for their open-source integration as Amazon highly supports the Open-Source sect. Azure on the other hand provides native integration for windows development tools namely: Active Directory, SQL databases and VBS. On instances when Microsoft fails to support open source, Amazon is always open to it. Azure works great alongside NET developers and AWS with Linux Services.

Databases:

In order to save your information, a database is required and both our cloud service providers AWS and Azure relational database (SQL) or NoSQL. Microsoft provides their user with an SQL database while Amazon provides RDS (Relational Database Service) and Amazon DynamoDB. These databases provide automatic replication and are extremely efficient and durable.

Advantages of AWS certification:

AWS is the largest cloud computing service provider and has extra weightage to their certification as they have additional marketability because a large number of companies are using their services. AWS certification also gives you access to AWS certified LinkedIn and other certifications for professionals and developers. These include AWS Developer Associate, AWS SysOps, Cloud Architect Certification, gcp certification and so on.

The advantages of Azure Certification:

Azure also renamed as Microsoft Azure in the year 2014 provide additional benefits to those who are aware of their in-house data platforms. 55% of major Fortune 500 companies go for the services provided by Azure, and hence its certification opens a career opportunity for the candidates in these companies. It has been estimated that around 365,000 companies opt Azure every year which creates demand for Azure professionals. Their certification include Architect Microsoft Azure, Developing Microsoft Azure, Cloud Solution Architect, Cloud Architect, Implementing Microsoft Azure and so on.

Azure and AWS: Making the world a better place

Both AWS and Azure have made huge contributions trying to make this globe a better place to be in. AWS is used to scale flood alerts in Cambodia saving millions of lives and is cost effective. Other risky zones now replicate this technology to detect calamities beforehand.

NASA with the use of AWS platform has created a virtual Storehouse of videos, pictures and audio files that can be accessed easily in one centralized space.

The Weka Smart Fridge that has been created using the Azure IoT suite, helps store vaccines helping medical support to make vaccinations available to people easily.

Both AWS and Azure are reliable sources making lives easy for people around the globe.

Contact Us for Free Consultation

Tags: ,

How Startups can succeed with Cloud Computing?

Posted on May 7th, 2021 by admin@mismo2023

Startups are an enjoyable but demanding professional experience. A host of entrepreneurially dedicated professionals pursue their passion and dive into the world of launching their own company with meteoric growth from businesses. E.g., Facebook, Uber, and Airbnb.

It is noted that in the fast-paced world of startups, there are a lot of challenges that are not faced in the regular office environment. From infrastructure to marketing, all processes of a startup must be built from scratch which becomes difficult for a new company, mainly due to a lack of investments. While the employee count can be subsequently low at the beginning with individuals being from multiple cities or even countries, the major issue arises when a proper structure is required to manage the work of each member.

With Cloud Computing above risks can be reduced.

First, let us understand what is cloud computing?

Cloud Computing is a network of computing services like servers, storage, databases, networking, software, analytics, and intelligence. You only pay for the cloud services you use which helps in reducing operational costs & runs your infra more efficiently. It follows a Pay as you go (PAYG) cost model for cloud services, which is much more beneficial than the traditional IT cost model that has a lot more upfront capital expenditures for both hardware and software requirements.

Read More:- Storage on Cloud

Read on as we discuss the reasons why adopting cloud computing systems can benefit your startup business.

Many people tend to think that life in the world of startups is very fascinating & exciting, still, it cannot be denied that it has its own set of risks and demerits. In a report presented by the Small Business Administration (SBA) Office of Advocacy’s (2018) Frequently Asked Questions (FAQ), it was stated that the number of Small and medium-sized enterprises (SMEs) that are able to sustain through the five-year mark, range from only 45.4% to 51%.

 All bodies of startups have many risks: founders, investors, customers, and partners. But by following a proper approach such risks can be avoided.

As discussed, startups face the following few problems:-

  1. Employee location. (different cities/countries/regions)
  2. Lack of funds.
  3. Stability.

Here are the major benefits of adopting cloud computing for your startup:-

  1. Data Protection: Cloud Solution Providers put forward a group of technologies & services which help in data protection. Daily backups and snapshots on secure servers will secure your data.
  2. Speed & Low Cost: Cloud Computing enhances the flexibility of your business. With just a few taps, it offers you a creative IT infrastructure at low costs. It is easy, quick, and requires minimal investment. You only pay when you use the server.
  3. Effective Collaboration: With Virtualization now being the ‘new normal’, all the employees can work more profusely without the need for large spaces. Also, decreased infrastructure costs, power usage, maintenance, upgrades, hardware, installation services, and support expenses – all of which are immeasurably valuable savings for a startup. Cloud Computing allows all the employees of a firm to access various documents, files & other data from anywhere, anytime via Internet-enabled devices.
  4. Scalability: A Cloud storage platform allows the organization to scale resources up or down in a flexible and cost-effective manner. Contrary to the conventional approach, where human intervention is necessary and costly, sophisticated software and hardware can be inserted or removed according to your convenience. The virtual existence of the cloud increases the usability and availability of service additions. The cloud’s versatility, usability, flexibility, and competitiveness to entrepreneurs are thus critical to the long term success rate of today’s marketplace.

The mobility, accessibility, affordability, and productivity that the Cloud provides is extremely beneficial for startups.

If you have any more ideas on how cloud computing can help startups, do share in the comment section. To read more blogs by Mismo Systems, click here.

Azure AD SSO & AWS – Connecting the Rivals

Posted on May 4th, 2021 by admin@mismo2023

Being part of Mismo Systems, I am fortunate enough to get to work on a diverse set of projects. Few technologies that we see deployed often are Microsoft 365 and EC2, S3 on AWS. Microsoft 365 is growing in stature in the Enterprise space when it comes to Identity and Single Sign-On. Microsoft has worked hard to make it ridiculously simple to integrate with SaaS, Public Clouds, or any other application. Microsoft 365 comes pre-packaged with a free version of Azure AD in the backend, which means you do not have to worry about setting up any major infrastructure if you want to dabble your feet into the world of enterprise SSO. Recently while working on a project I was tasked with setting up SSO between Azure AD and AWS and I thought why not share the knowledge I gathered while working on this with you by writing this blog. Now, before we go ahead and set up the Azure AD SSO for AWS, let’s first take a quick dip into the world of SSO.

Single sign-on (SSO) is an authentication scheme that allows a user to log in with a single identity to any of several related, yet independent, software systems. It is a property of identity and access management (IAM) that enables users to securely authenticate with multiple applications and websites by logging in only once—with just one set of credentials (username and password). With SSO, the application or website that the user is trying to access relies on a trusted third party to verify that users are who they say they are.

Single sign-on provides a giant leap forward in how users sign in and use applications. Single sign-on based authentication systems are often called “modern authentication”. Modern authentication and single sign-on fall into a category of computing called Identity and Access Management (IAM). Web applications are incredibly popular. Web apps are hosted by various companies and made available as a service. Some popular examples of web apps include Microsoft 365, GitHub, and Salesforce, and there are thousands of others. People access web apps using a web browser on their computer. Single sign-on makes it possible for people to navigate between the various web apps without having to sign in multiple times.

Traditionally, companies used on-prem federation services to enable users/applications to connect without worrying about safety threats to overcome this challenge. In order to set up this mechanism companies require ADFS (Active Directory Federation Services. ADFS provided a means for managing online identities and providing single sign-on capabilities.

List of requirements to set up ADFS federation in the traditional environment are listed below:

  • ADFS server with High availability solution (Active & Passive)
  • WAP or ADFS Proxy server for external expose
  • Public CA – Certificate
  • Domain controller server

Some of the challenges with traditional federation setup are:

  • High availability & Server Maintenance – Administration
  • Billing cost for hardware, license and certificate management

A solution for the above scenario is to use Azure AD with Enterprise application SSO supported application with centralized user management setup. When you integrate Amazon Web Services (AWS) with Azure AD, you can:

  • Control in Azure AD who has access to Amazon Web Services (AWS)
  • Enable your users to be automatically signed-in to Amazon Web Services (AWS) with their Azure AD accounts
  • Manage your accounts in one central location – the Azure portal

Choosing a single sign-on method

There are several ways to configure an application for single sign-on. Choosing a single sign-on method depends on how the application is configured for authentication.

  • Cloud applications can use OpenID Connect, OAuth, SAML, password-based, linked, or disabled methods for single sign-on
  • On-premises applications can use password-based, Integrated Windows Authentication, header-based, linked, or disabled methods for single sign-on. The on-premises choices work when applications are configured for Application Proxy

This flowchart helps you decide which single sign-on method is best for your situation:

Since we are going to implement SSO between Azure AD and AWS, I will only talk about the former, i.e. Cloud application. For this blog, we look at how to set up SSO using SAML.

SAML

SAML stands for Security Assertion Markup Language. It is an XML-based open-standard for transferring identity data between two parties: an identity provider (IdP) and a service provider (SP).

  • Identity Provider — Performs authentication and passes the user’s identity and authorization level to the service provider
  • Service Provider — Trusts the identity provider and authorizes the given user to access the requested resource

In our scenario, the identity provider would be Azure AD, (which itself uses Auth0 to authenticate users). The service provider would be AWS. The employee signs into the “My Apps” dashboard with Auth0. They click on the AWS icon, and AWS recognizes that the user wants to log in via SAML. AWS sends the employee back to Auth0 with a SAML Request that asks Auth0 to authenticate the user. Since the employee has already authenticated with Auth0, Auth0 verifies the session and sends the user back to AWS with a SAML Response. AWS checks this response, and if it looks good, the employee is granted access!

Benefits of SAML Authentication

  • Improved User Experience — Users only need to sign in one time to access multiple service providers. This allows for a faster authentication process and less expectation of the user to remember multiple login credentials for every application. In the example above, that user could have clicked on any of the other icons in their dashboard and been promptly logged in without ever having to enter more credentials!
  • Increased Security — SAML provides a single point of authentication, which happens at a secure identity provider. Then, SAML transfers the identity information to the service providers. This form of authentication ensures that credentials are only sent to the IdP directly
  • Loose Coupling of Directories — SAML doesn’t require user information to be maintained and synchronized between directories
  • Reduced Costs for Service Providers — With SAML, you don’t have to maintain account information across multiple services. The identity provider bears this burden

Azure & AWS – Why use both?

There are two main reasons why an organization would want to use multiple clouds: To leverage the strengths of each cloud and to improve availability. Large organizations are selecting different services or features from different providers as part of an overall multi-cloud strategy. This allows them to optimize resources and budgets, as some environments are better suited than others for particular tasks.

In my specific scenario, the company was already using AWS. Once it was decided that they would migrate their workplace services from G Suite to Microsoft 365, we had to go ahead and implement a way for the two technologies to be connected to each other to provide users with a seamless experience. But there are other examples as well where companies willingly go ahead and use both Azure and AWS to manage their cloud infrastructure.

There are specific reasons why an organization would want to use both AWS and Azure together. A few general-use cases for multi-cloud environments include:

  • Site replication and disaster recovery
  • On-ramping and off-ramping data
  • Load balancing across different clouds
  • Cloud switching to take advantage of cost structures
  • Keeping development and production environments separate

Such scenarios warrant the use SSO as users only need to remember the credentials for one environment rather than having to remember a slew of different passwords.

Now that we have covered some basics of the SSO & SAML, lets go ahead and start setting up SSO between Azure AD and AWS. Before we start, there are a few pre-requisites that we need to know of which are as follows:

  • An Azure AD subscription
  • An AWS single sign-on (SSO) enabled subscription

Adding Amazon Web Services (AWS) from the gallery

To configure the integration of Amazon Web Services (AWS) into Azure AD, we need to add Amazon Web Services (AWS) from the gallery to our list of managed SaaS apps. The steps are as follows:

  • Sign in to the Azure portal using a work or school account
  • In the Azure portal, search for and select Azure Active Directory
  • Within the Azure Active Directory overview menu, choose Enterprise Applications > All applications
  • Select New application to add an application

In the Add from the gallery section, type Amazon Web Services (AWS) in the search box

  • Select Amazon Web Services (AWS) from results panel and then add the app. We wait a few seconds while the app is added to our tenant

Once the app is added successfully, it opens a new app blade where we can start configuring SSO.

Configure Azure AD SSO

  • In the Amazon Web Services (AWS) application integration page, select single sign-on in Manage section and click on SAML
  • In Save Single Sign On Setting prompt click on “No, I’ll save it later”
  • On the Set up single sign-on with SAML page, in the SAML Signing Certificate (Step 3) dialog box, click on Download to save a copy of the federation metadata XML as shown:

Now we move to the AWS console to upload this federation metadata XML and add Azure AD as an identity provider.

Configure Amazon Web Services (AWS) SSO

  • In a different browser window, we sign-on to our AWS company site as an administrator
  • In the AWS Management Console, type IAM in the find services field, and click IAM
  • Select Identity Providers > Create Provider
  • On the Configure Provider page, perform the following steps:
  • In Provider Type chose SAML
  • In Provider Name, type AzureAD (The name can be anything, I have added Azure AD to simplify things. You can add whatever name you like)
  • In the Metadata Document, choose the federation metadata XML file you downloaded in the step above and click on Next Steps
  • Click Create to finish the process
  • Now select Roles > Create role
  • On the Create role page, perform the following steps:
  • Under Select type of trusted entity, select SAML 2.0 federation
  • Under Choose a SAML 2.0 Provider, select the SAML provider you created previously (AzureAD or whatever name you choose in the step above)
  • Select Allow programmatic and AWS Management Console access
  • Select Next: Permissions
  • On the Attach permissions policies dialog box, attach the appropriate policy, per your requirements. I chose the AdministratorAccess role
  • On the Review dialog box, perform the following steps:
  • In Role name, enter your role name
  • In Role description, enter the description
  • Select Create role
  • Create as many roles as needed, and map them to the identity provider
  • Now, we need to create a user on AWS with the ReadRoles permissions and add it to Azure Azure AD so that we can grant our Azure AD users the roles we created in the step above. To do that, we forst need to create a ReadRoles policy in AWS IAM. In the IAM section, select Policies and click Create Policies
  • In the Visual Editor on Create Policy page, do the following:
  • In Services, choose IAM
  • In Actions, choose ListRoles
  • Click Review Policy
  • Click Create Policy
  • Now we create a new user account in the AWS IAM service. In the AWS IAM console, select Users and click on Add User
  • In the Add user section:
  • Enter the user name as AzureADRoleManager
  • For the access type, select Programmatic access. This way, the user can invoke the APIs and fetch the roles from the AWS account
  • Select Next Permissions
  • On the Set Permissions page, select the policy we created above
  • On the Review page, click Create User and download the user credentials of a user

Configure AWS Role Provisioning in Azure AD

  • In the Azure AD management portal, in the AWS app, go to Provisioning and click on Get Started
  • In the Provisioning Mode, select Automatic and enter the access key and secret in the clientsecret and Secret Token fields, respectively and click on Test Connection
  • Once the test is successful, click on Save and reload the page. Once the page has reloaded, select Edit Provisioning
  • Turn on provisioning by toggling the Provisioning Status Button to On

The provisioning service imports roles only from AWS to Azure AD. The service does not provision users and groups from Azure AD to AWS. After we save the provisioning credentials, we must wait for the initial sync cycle to run. Sync usually takes around 40 minutes to finish.

Assign the Azure AD test user

  • Within the Azure Active Directory overview menu, choose Enterprise Applications > All applications
  • In the application list, select Amazon Web Services (AWS)
  • In the app’s overview page, find the Manage section and select Users and groups and, select Add user, then select Users and groups in the Add Assignment dialog
  • In the Users and groups dialog, select the required user the Users list, then click the Select button at the bottom of the screen
  • Click on Assign
  • To assign a specific AWS role to the user, select the user and click on Edit
  • Click on Select A Role and select the appropriate role for the user. Click Assign once done

End User Experience

Once you have added the user to the App and assigned appropriate permission, the user can start accessing the AWS console without needing to perform any additional authentication. The user can log in to https://myapps.microsoft.com using their Azure AD/Microsoft 365 credentials and they will see the Amazon Web Services (AWS) app in their my apps portal.

They will be taken to the AWS console directly just by clicking on it and will granted to access to those services only for which they were assigned the roles.

Conclusion

As a next step, it is best practice to set up several SAML Roles inside of AWS. The SAML roles can and should be granularly defined down to the AWS account and resource level.

Here are some example roles to get started with:

  • ReadOnlyAccess Role
  • AmazonEC2FullAccess Role
  • AdministratorAccess Role

On the Azure AD side, we recommend creating groups for each of the above Roles. The assign users to the group, and they are then automatically assigned to the AWS role. Using groups makes a bit easier to manage large amounts of users.

Find out more about Mismo Systems

We love Cloud, Containers, DevOps, and Workplace as a service. If you are interested in chatting, connect with us on Twitter, or drop us an email: connect@mismosystems.com. We hope you found this article helpful. If there is anything you would like to contribute or you have questions, please let us know!

A quick look at the 4 Most Used Services on Microsoft Azure

Posted on May 4th, 2021 by admin@mismo2023

1. Azure Compute

Azure compute is an on-demand computing service for running cloud-based applications. Azure compute service can be divided broadly into three categories.

  • Infrastructure as a service

Virtual Machine: It is an IaaS service that allows us to deploy and manage VMs inside a virtual network (VNet). The most fundamental building block is the Azure virtual machine. We don’t need to buy any physical hardware and bear its maintenance cost. Using Azure virtual machine, we are able to deploy different services such as Windows, Linux within the Azure cloud. All this gets done within a few minutes. When we implement a virtual machine, every virtual machine will have an associated OS disk and data disk (if we want).

  • Platform as a service

App Service: It is a managed PaaS offering from Microsoft Azure for hosting web apps, mobile app back ends, etc. With this, we can simply upload our code and it deploys the application for us.

  • Serverless services

Infrastructure provisioning and management are invisible to the developer, hence the name serverless.

Azure Functions: With azure functions, we can run small pieces of code (“functions”) without worrying about the application infrastructure.

Azure logic apps: Azure logic apps are similar to azure functions, just that we don’t have to write code. With this, we can schedule, automate and orchestrate tasks, etc.

2. Azure Site Recovery

Azure Site Recovery is Azure’s built-in disaster recovery as a service (DRaaS).

What it does is when primary infrastructure goes down then it directs to the secondary infrastructure until it comes back again. It helps in business continuity.

As an organization, you need to adopt a business continuity and disaster recovery (BCDR) strategy that keeps your data safe when planned and unplanned outages occur.

Simple to deploy and manage:

We can set up Azure Site Recovery simply by replicating an Azure VM to a different Azure region directly from the Azure portal. Azure Site Recovery is automatically updated with new Azure features as they’re released.

Reduce infrastructure costs:

It reduces the cost of deploying, monitoring, patching, and maintaining on-premises disaster recovery infrastructure by eliminating the need for building or maintaining a costly secondary datacenter.

Testing without disruption:

 You can easily run disaster recovery drills, without affecting ongoing replication.

RTO and RPO targets:

The recovery time objectives (RTO) and recovery point objectives (RPO) are within organizational limits. Site Recovery provides continuous replication for Azure VMs and VMware VMs, and replication frequency as low as 30 seconds for Hyper-V.

3. Azure Content Delivery Network (CDN)

Azure CDN delivers high bandwidth content to users by caching their content at strategically placed nodes across the world. It lowers the latency to a great extent and reduces the file download time.

CDN stores the cached content on edge servers in POP (Point of Presence) locations that are close to end-users.

4. Azure Cost Management

 While the cloud made it easy to deploy and manage thousands of resources, it’s also important to manage the cost. Microsoft Azure Cost Management delivers cloud business management solutions to multi-cloud enterprises so that they can grow the cloud with confidence. It helps organizations effectively manage and optimize cloud spend across Azure and other clouds.

Azure Cost Management is a SaaS offering that helps organizations to monitor, allocate, and optimize cloud spend in a multi-cloud environment (Azure, AWS and Google Cloud Platform, etc.).

  • Service on by default
  • Set budgets, track, and get alerts.
  • Maximize cloud potential.
  • Free to manage azure costs.
  • Integrated with the azure advisor.
  • Optimize cloud spending.

Have questions? Let us know in the comments section below!

Azure vs AWS

Posted on March 14th, 2021 by admin@mismo2023

It’s Azure vs AWS!! Read this blog to know the major differences between Azure & AWS.

What is Azure?

Microsoft Azure is a cloud computing service created by Microsoft for building, testing, deploying and managing applications and services through Microsoft-managed data centres. Founded in 2010, it can be operated on both Linux and Microsoft. Azure is a uniquely powerful offering because of its builder, Microsoft.

Azure offers Platform as a Service (PaaS) and an Infrastructure as a Service (IaaS)

What is AWS?

AWS is a subsidiary of Amazon providing on-demand cloud computing services and APIs to individuals, companies and government on a metered pay-as-you-go basis. Founded in 2006, Aws runs on Amazon Linux, which is a modified Linux operating system developed for their own use. The vast toolset of AWS is growing at an exponential rate. It’s been in the cloud computing market for more than 10 years, which means that AWS is the frontrunner and has been for some time.

AWS offering services are categorised as Platform as a Service (PaaS), Infrastructure as a Service (IaaS), and Software as a Service (Saas).

Features and Services

1.    Computing Power

  • AWS EC2 users can configure their own virtual machines (VMs), choose pre-configured machine images (MIs), or customize MIs. Users have the freedom to choose the size, power, memory capacity, and number of VMs they wish to use. 
  • Azure users, on the other hand, chose a virtual hard disk (VHD) to create a VM. This can be pre-configured by Microsoft, the user, or a separate third party. It relies on virtual scale sets for scalability purposes. 

2. Storage

  • AWS’s storage relies on machine instances, which are virtual machines hosted on AWS infrastructure. Temporary storage is allocated once per instance and destroyed when an instance is terminated. You can also get block storage attached to an instance, similar to a hard drive. AWS’s cloud object storage solution offers high availability and automatic replication across regions.
  • Azure offers temporary storage through D drive and block storage through Page Blobs for VMs, with Block Blobs and Files doubling as object storage. It supports relational databases, Big Data, and NoSQL through Azure Table and HDInsight. There are two classes of storage offered by Azure -Hot and Cool. Cool storage is comparatively less pricey than Hot, but one has to incur additional read and write costs.

3. Databases

AWS works perfectly with NoSQL and relational databases providing a mature cloud environment for big data. AWS’ core analytics offering EMR helps set up an EC2 cluster and provides integration with various AWS services. Amazon’s relational database service (RDS) supports six popular database engines: 

  1. Amazon Aurora
  2. MariaDB
  3. Microsoft SQL
  4. MySQL
  5. Oracle
  6. PostgreSQL

Azure’s SQL database, on the other hand, is based solely on Microsoft SQL.  Azure supports both NoSQL and relational databases and as well Big Data through Azure HDInsight and Azure table. Azure provides analytical products through its exclusive Cortana Intelligence Suite that comes with Hadoop, Spark, Storm, and HBase. 

4.  Network and Content Delivery

  • AWS uses a virtual private cloud (VPC) so that users can create isolated private networks within the cloud. From there, it uses API gateways for cross-premises connectivity. To ensure smooth operation, it uses elastic load balancing during networking. A user can create route tables, private IP address ranges, subnets, and network gateways within a VPC. 
  • Instead of a VPC, Azure uses a Virtual Network (VNET) that grants users the ability to create isolated networks, as well as subnets, private IP ranges, route tables, and network gateways. 
  • Both AWS and Azure offer firewall options and solutions to extend your on-premises data centre into the cloud without compromising your data. 

5.  Pricing

  • AWS provides a pay-as-you-go model and charges per hour. AWS can help you save more with increased usage- the more you use, the less you pay. AWS instances can be purchased based on one of the following models –
  • Reserved Instances – Paying an upfront cost based on the use, one can reserve an instance for 1 to 3 years.
  • On-demand Instances -Just pay for what you use without paying any upfront cost.
  • Spot Instances- Bid for extra capacity based on availability.
  • Azure charges per minute, offering a more exact pricing model than AWS. It also offers short-term commitments allowing you to choose between monthly or pre-paid charges

For more such blogs, visit here. Subscribe to our newsletter for the latest updates on Windows Virtual Desktop & Microsoft Teams.

Tags: ,

What is Budget in Azure and how can you set the Budget?

Posted on March 4th, 2021 by admin@mismo2023

Budget in Azure to manage and monitor the spending or consumed cost for Azure services.

We can apply budget on individual Azure resource, Resource Group and on Subscription level.

We can set the budget for a specific period (Monthly, Quarterly, Annually) how spending is going on for that specific time. Cost can be managed proactively.

We can get a notification when the budget thresholds based on created exceeded value for the total amount.

How can you set a Budget?

Step 1.  Go to Cost Management + Billing> Cost Management>Budgets>Add

Step 2. Create a budget>Give Name, Rest Period, Creation Date, Expiration date.

Step 3. Give Budget Amount.

Step 4. Set Alert Conditions, give Alert recipients email id and Create.

For more such blogs, click here.

How Cloud Computing Can Improve Your Business?

Posted on November 3rd, 2020 by admin@mismo2023

Cloud computing provides users with access to files, applications, data, and services from their Internet-connected devices, such as smartphones, laptops, and computers. Cloud computing also allows data collection and storing in a role that is independent of end-users. How Cloud Computing Can Boost Your Enterprise? This method is intended to allow companies of any size to make use of advanced software and information technology infrastructure to become more predominant and versatile, as well as to compete with much larger companies. Cloud computing, unlike traditional software and hardware, encourages companies to remain at the forefront of new tech without the need to make major investments in making purchases. In general, cloud computing requires being able to view and store services and data over the Internet rather than over hard drives.

Realizing the many benefits cloud computing provides to organizations and enterprises, we may make a strong argument that cloud infrastructure is also becoming a modern trend. Cloud infrastructure allows the world to address potential issues such as the management of big data, quality control, and cybersecurity. (Read:- How moving to the cloud reduces your impact on the environment?)

We at Mismo Systems have laid down a few important benefits of cloud computing that would help your business in increasing productivity!

Budget-friendly operations

You do not have to pay a penny on data upkeep, fuel costs, updates, or app licenses. This influence is the primary explanation of why a significant proportion of start-ups and small businesses use cloud computing to lower their costs.

24/7 Data Backup

If you want to secure your data and you do not have access to stable infrastructure, you need to implement a cloud storage backup plan.

If you want to keep your backup records on-site or want to access your finances from anywhere at any moment, cloud storage is the perfect way to protect your data.

In emergency conditions or system faults, such as flooding or burning, the data will never be destroyed as cloud storage immediately saves the data to their secure database servers. Or, if unexpected situations arise, you can quickly back up the data in minutes. In addition, it provides geo-redundancy measures in order to protect the data in a variety of centres in different locations.

Magnified Teamwork

Cloud technology helps enhance collaboration by helping different groups of people to compile a report remotely and effectively in real-time and via shared storage. This effect can reduce the amount of time on the market and enhance services and customer development.

In addition, you can save a huge amount of cash that you have to waste on upgrading the devices. By funding cloud computing providers with a low monthly charge, you can perform your company transactions effectively. It would also enable you to reduce your expenses by eliminating new users by using more restricted storage capacity to help decrease your running costs.

Improved Actions

You will be able to manage the business processes on a timely basis by running cloud computing programs. This feature will not only alert you as to what is latest, but it will also help you save a substantial amount of time. As a result, you can spend your precious time improving your efficiency.

With a variety of servers, cloud infrastructure allows customers to run their enterprises without any issues. We all recognize that individuals who are important members of the team will be able to access cloud services from different areas of the world in minutes.

Amplified Output

We also understand that we require balanced capital to increase productivity. Since cloud storage firms would work together better by storing information and records on the cloud, the productivity of each team member will gradually increase. This influence is the reason why companies carry out all their cloud-based initiatives to offer connectivity to those who are core components of their ventures.

You may change access conditions, and you can easily delete any limitations if any team members have permission to work on the project from other areas. Therefore, if you are still looking for something that can improve performance and competitiveness, then you need to choose this modern method.