Sunday, December 9, 2018

NETWORK ADMINISTRATOR

Network Administrator

As a Network Administrator you are working in your Company.You work for a company named DSR.com.The corporate network consists of physical and virtual servers located in a datacenter and virtual servers hosted on Microsoft Azure.The company has servers that run Windows Server 2008, Windows Server 2008 R2 and Windows Server 2012.A server named DS-App1 runs Windows Server 2008 R2 SP1 and Microsoft .NET 3.5 Framework.DS-App1 hosts a custom application named ProductionApp. All users in the Production
department use ProductionApp.You want to run ProductionApp as a cloud service on Microsoft Azure.
The server operating system and .NET framework version that ProductionApp runs under cannot be changed.

SOLUTION:
➧Family 2
🔼Guest OS Family 1 and Guest OS Family 2 supports .NET 3.5 and .Net 4.0. Guest OS Family 3 and Guest OS Family 4 supports .NET 4.0 and .Net 4.5
The latest Azure Guest OS releases for Cloud Services. This information helps you plan your upgrade
path before a Guest OS is disabled. If you configure your roles to use automatic Guest OS updates.
Only the latest 2 versions of the Guest OS will be supported and available in the Azure portal.
Family 5 releases
Windows Server 2016
.NET Framework installed: 3.5, 4.6.2
Family 4 releases
Windows Server 2012 R2
.NET Framework installed: 3.5, 4.5.1
Family 3 releases
Windows Server 2012
.NET Framework installed: 3.5, 4.5
Family 2 releases
Windows Server 2008 R2 SP1
.NET Framework installed: 3.5 (includes 2.0 and 3.0)



As a Network Administrator you are working in your Company.You work for a company named DSR.com.The corporate network consists of physical and virtual servers located in a datacenter and virtual servers hosted on Microsoft Azure.The company has servers that run Windows Server 2008, Windows Server 2008 R2 and Windows Server 2012.The corporate network consists of physical and virtual servers located in a datacenter and a public cloud hosted on Microsoft Azure. The company has a Development department.
Users in the Development department develop custom applications that are used within the company.One custom application is named DsApp1.The application is hosted in Azure Cloud Services.
The developers release an updated version of DsApp1.You need to deploy the updated version of DsApp1 to Azure cloud services for a period of time to allow for testing.
During testing,the current version of DsApp1 must remain online.After testing,the new version must replace the current version as the live version with the minimum amount of downtime.When the new version is live,the old version must remain available for a period of time to be redeployed in the
event of problems with the new version.The solution must minimize costs,administrative effort and application downtime.

SOLUTION:
➧⤵Deploy the new application to the staging area.
  ⤵Perform a Virtual IP swap.
🔼Azure App Service:
An integrated service that enables you to create web apps and mobile apps for any platform or device,easily integrate with SaaS solutions (Office 365,Dynamics CRM,Salesforce,Twilio)
easily connect with on-premises applications (SAP,Oracle,Siebel).
Azure App Services are useful for developers.It offers (Web,API,Mobile and Function )Apps
(that run Azure Functions).These apps are incredibly powerful and can literally get you up and running in minutes.They provide a host of amazing features like (auto)scaling,easy authentication,offline sync (for Mobile Apps),hybrid connections and much more.
                                        SWAP
🔄staging.website.com ⬄  🔁production.website.com
You have a Web App deployed in an Azure App Service and it has a URL like production.website.com.
In Azure App Services,you can very easily add an additional deployment slot.
The deployment slot has a different URL like staging.website.com.
Your users would be accessing your original Web App because that is your production environment slot. 
You can deploy a new version of the Web App into a secondary deployment slot,so you can test it before it goes live.
Instead of deploying your Web App to a staging slot,you could have deployed it as whole new App
Service.The swap functionality of the deployment slot takes care of this.
The original App Service deployment slot is also called the production slot.
Deployment slots have a different URL than the original App Service.This URL is based on the name you give the deployment slot.
For instance, “staging” can become http://azureadministrator.blogspot-staging.azurewebsites.net.
Deployment slots are actually live apps with their own hostnames.App content and configurations
elements can be swapped between two deployment slots, including the production slot.
a)In the Azure Portal,open your app's resource blade.
b)Choose the Deployment slots option,then click on Add Slot.
c)In the Add a slot blade,give the slot a name,and select whether to clone app configuration from
another existing deployment slot.
After you have created several slots,you will be able to clone configuration from a slot other than
the one in production.
d)In your app's resource blade, click Deployment slots,then click a deployment slot to open that slot's
resource blade,with a set of metrics and configuration.
The name of the slot is shown at the top of the blade to remind you that you are viewing the deployment slot.
e)Click the app URL in the slot's blade. Notice the deployment slot has its own hostname and is also a live app.
Suppose that I have a website deployed in a Web App.
This Web App has the custom URL https://azureadministrator.blogspot.com/.I have created a new version of the website and want to test it before publishing it.So,I create a deployment slot called staging.
which has the URL http://azureadministrator.blogspot-staging.azurewebsites.net.
Staging is the concept of testing an application in a production mirrored environment before moving
the site to production.
The same configuration values so that I use the same database and cache as production.I have deployed the new website in the deployment slot and want to deploy to production.I can do this by performing a swap.
a)To swap deployment slots,click the Swap button in the command bar of the app or in the command bar of a deployment slot.
b)Make sure that the swap source and swap target are set properly.
                                      SWAP
🔁staging.website.com  ⬌  🔁production.website.com
After a swap,the “old” website will be in the staging slot and the “new” website in the production
slot.


As a Network Administrator you are working in your Company.You work for a company named DSR.com.The company has offices in India,United Kingdom and Mexico .Each office has a data center.All three offices are connected by a Multi-Protocol Label Switching (MPLS) network.The company has a Microsoft Azure subscription.You want to create a connection between Azure and the three offices by connecting Azure to your MPLS network.

ExpressRoute is an Azure service that lets you create private connections between Microsoft datacenters and infrastructure that's on your premises or in a colocation facility.A colocation is a data center facility in which a business can rent space for servers and other computing hardware.
⤵ExpressRoute provides private connections between your on-premises datacenters and Azure datacenters.
You can achieve up to
50 Mbps
100 Mbps
200 Mbps
500 Mbps
1 Gbps
2 Gbps
5 Gbps
10 Gbps,10 Gbps bandwidth with the dedicated,secure and reliable connections.
⤵Connectivity to Microsoft cloud services.
Microsoft Azure services
Microsoft Office 365 services
⤵You can establish connections to Microsoft cloud services,such as Microsoft Azure,Office 365,and 
Dynamics 365.Connectivity can be from an any-to-any (IP VPN) network,a point-to-point Ethernet network or a virtual cross-connection through a connectivity provider at a co-location facility.
🔼ExpressRoute.


As a Network Administrator you are working in your Company.You work for a company named DSR.com.The company has a single Active Directory Domain Services (AD DS) domain named DSR.Com.All domain controllers in the DSR.com domain run Windows Server 2008 R2.The company has an on-premise Microsoft Exchange 2010 organization and a Lync Server 2010 environment.The company has recently purchased a Microsoft Office 365 subscription.You plan to migrate to Exchange Online and Lync Online.You need to configure directory synchronization between the on-premise Active Directory and Azure Active Directory.The on-premise Active Directory contains many Organizational Units (OUs).Some OUs contain user accounts that are used as service accounts for on-premise services.You need to configure directory synchronization to enable you to exclude OUs from the synchronization schedule.

➧a)Welcome to Azure AD Connect
b)Analysis of current DirSync configuration
c)Collect Azure AD global admin password
d)Collect credentials for an enterprise admin account(only used during the installation of Azure AD
Connect)
e)Installation of Azure AD Connect
➢Uninstall DirSync (or temporarily disable it)
➢Install Azure AD Connect
➢Optionally begin synchronization
➤Additional steps:-
➭You are currently using Full SQL Server - local or remote.
➭You have more than 50,000 objects in scope for synchronization.
(1)Launch the Azure AD Connect installer (MSI).
 Click on Welcome,After that click on Checkbox agree to license terms and privacy notice.
(2)Click on upgrade DirSync.
Analyzing previously installed DirSync Configuration.
After Completing Analysis.
Give your SERVER NAME and INSTANCE NAME then click on Next.
(3)Click on Connect to Azure AD.
Enter your USERNAME and PASSWORD connect to Azure AD.
(4)Click on Connect to AD DS.
Enter the Windows Server AD enterprise administrator credentials for the azureadministrator.com
Enter your USERNAME and PASSWORD.
Then click on Next.
(5)Now ready to Configure.Click on Upgrade.
(6)Now Installation has Completed,sign out and sing in again to Windows before you use Synchronization Service Manager.
➥DirSync (Directory Synchronization) is a tool for making copies of a local directory in a hybrid cloud deployment of Microsoft Exchange.DirSync works with Office 365 and Windows Azure Active Directory,removing the need for Active Directory Federation Services in many organizations.
Install Azure AD Connect on separate server.When you install Azure AD Connect on a new server,the assumption is that you want to perform a clean install of Azure AD Connect.Since you want to use the DirSync configuration,there are some extra steps to take Run the Azure AD Connect installer (MSI).
🔼After the installation of Dirsync,run miisclient.exe to create directory partitions.


As a Network Administrator you are working in your Company.You work for a company named DSR.com.The company has a single Active Directory Domain Services (AD DS) domain named DSR.com.All domain controllers in the DSR.com domain run Windows Server 2008 R2.The company has an on-premise Microsoft Exchange 2010 organization and a Lync Server 2010 environment.The company has recently purchased a Microsoft Office 365 subscription.You plan to migrate to Exchange Online and Lync Online.
The on-premise Active Directory contains many Organizational Units (OUs).
User accounts are located in multiple OUs.You have configured Directory Synchronization (DirSync) to synchronize user accounts in selected OUs to Azure Active Directory and performed an initial user account synchronization.You find some user accounts in OUs that are excluded from synchronization that need to be synchronized to Azure AD.You move the user accounts to an OU that is included in the synchronization schedule.You discover that the users are unable to log in to Office 365.You confirm that the user accounts exist in Azure AD.However,event log error messages indicate a problem with password synchronization for the moved user accounts.

Run the Set-FullPasswordSync PowerShell cmdlet and restart the Forefront Identity Manager 
Synchronization Service service.

4 comments:

  1. Microsoft Azure

    AZ-203: Developing Solutions for Microsoft Azure
    AZ-300: Microsoft Azure Architect Technologies
    AZ-301: Microsoft Azure Architect Design
    AZ-400: Microsoft Azure DevOps Solutions
    AZ-500: Microsoft Azure Security Technologies
    AZ-900: Microsoft Azure Fundamentals

    Discount Offer! Use this Coupon Code to get 30% OFF BF30

    ReplyDelete
  2. Great Content. It will useful for knowledge seekers. Keep sharing your knowledge through this kind of article.
    Azure Training in Chennai
    Microsoft Azure Training in Chennai

    ReplyDelete

SYSTEMS ADMINISTRATOR

SYSTEMS ADMINISTRATOR ➽ As a Systems Administrator you are working in your Company.You work for a company named DSR.com.Your role of Syst...