Deprecated: Use of "static" in callables is deprecated in /chroot/home/a40b7614/774635bdc8.nxcli.io/html/wp-content/plugins/moosend-email-marketing/vendor/moosend/website-tracking/src/Utils/Uuid.php on line 15 Deprecated: Use of "static" in callables is deprecated in /chroot/home/a40b7614/774635bdc8.nxcli.io/html/wp-content/plugins/moosend-email-marketing/vendor/moosend/website-tracking/src/Utils/Uuid.php on line 15 Deprecated: Use of "static" in callables is deprecated in /chroot/home/a40b7614/774635bdc8.nxcli.io/html/wp-content/plugins/moosend-email-marketing/vendor/moosend/website-tracking/src/Utils/Uuid.php on line 15 Deprecated: strtr(): Passing null to parameter #1 ($string) of type string is deprecated in /chroot/home/a40b7614/774635bdc8.nxcli.io/html/wp-content/plugins/moosend-email-marketing/vendor/moosend/website-tracking/src/Utils/Encryption.php on line 8 Deprecated: urlencode(): Passing null to parameter #1 ($string) of type string is deprecated in /chroot/home/a40b7614/774635bdc8.nxcli.io/html/wp-content/plugins/moosend-email-marketing/vendor/moosend/website-tracking/src/Payload.php on line 202 Azure – Page 11 – SoftwareArchitect.ca

Category: Azure

  • Quickstart Series: Windows Web App in Azure

    Quickstart Series: Windows Web App in Azure

    Here’s some brand new content from the SoftwareArchitect.ca YouTube channel that you might find interesting.

    In this video, I show you how to create a Windows Web App in Microsoft Azure. Windows Web App. We go through the Azure Portal, and see how form fields get filled in. If you can’t afford to create resources in Azure, but want to see how it’s done in 2018, this is the video for you. Or if you want to see me do it and follow along yourself.

    Quickstart Series: Windows Web App in Azure

    In this video, I show you how to create a Windows Web App in Microsoft Azure. Windows Web App. We go through the Azure Portal, and see how form fields get filled in. If you can’t afford to create resources in Azure, but want to see how it’s done in 2018, this is the video for you.

    Or you can see the video directly on YouTube.

    Transcript:

    Well hi there, my name is Scott Duffy, from softwarearchitect.ca, more than 80,000 students have chosen to learn topics such as Microsoft Azure from me. I am super appreciative of that. In this video, we’re going to do a quick start, which means we’re going to go into the Microsoft Azure portal and we’re going to create a Windows web app, which is part of the app services using Microsoft Azure I’m going to show you how easy it is to get a Windows web app up and going, so that you can deploy your custom code into it.

    Let’s switch over to the portal. The URL is portal.azure.com. This is the Microsoft Azure portal. I’m going to go over to the plus sign. Now we have a number of categories, one of them is Web + Mobile and web app is the first option of the web and mobile category. It’s also under Getting Started, there’s the third one down. If we choose it we’re going to be brought into the settings tab and we’re going to start to create our Windows web app.

    Give it a name. I’m going to call it Windows Web App. Now you’ll see this is a fully qualified domain name in that it’s got the .azurewebsites.net. I’m going to be able to access this over the web, based on this URL. I’m going to use my existing subscription, you may have a free plan or a MST subscription, or your corporation or visual studio. I use pay as you go. This charges me every month. Can’t use the word Windows in the resource group, that’s a new one. Thank you. The resource group is a way of organizing your resources. For web apps this is fairly straight forward, you’re just going to create the web app, you can create one resource group that contains many web apps. But for virtual machines and networks and other things you may want to have multiple resources grouped under one name.

    We’re going to create a new resource group for this. Now I do have the choice between Windows and Linux. This video is about a Windows web app and so we’re going to choose Windows. Now we do have the choice of where this Windows web app is going to get deployed. The Windows web app is by default going to go into the South Central US, which is one that I chose. I have an existing web app which is the free plan. Let me show you the pricing options and we can choose. Let’s create a asjdwebapp. We can reuse the same names on multiple different things and Azure will take care of it, as long as it’s not the same type.

    I can put this in any of Azure’s 40 plus regions. I’m going to choose East US 2 and let’s look at the pricing options. Microsoft’s offering you the ability to run your Windows web app on isolated hardware, that means there’s no other person or tenant using this hardware and so you’re paying for that privilege for a one core, two core, four core isolated hardware, you’re getting 300 to $12,000 a month. This includes your networking and such like that, that becomes a lot faster. The premium service is still pretty good. You will pray for this, but this includes slots and traffic manager, custom domains, based on this type of pricing. We can see here that there’s a V2 option as well as the V1 option. The V2 options actually a bit cheaper, plus you get more memory so it’s hard to know why you would want to choose the old one unless all of your other web apps are running on this and you want the consistency.

    Then we go down to the standard plan, you don’t get the same number of slots and there’s less instances and less storage and stuff like that, down to the basic plan where you get almost nothing. You can’t have traffic manager, you can’t have deployment slots, and they do also have a free plan. And a shared plan even for as low as $11 a month. You have a lot of different options depending on your needs. I’m just going to choose the S1 plan. It’s a standard plan, gives me all the cool things but I don’t need the performance just yet because we’re just testing out.

    I’m going to choose the S1 standard plan instead of the free plan that my other app is running on. Now that’s it, it’s a one page set of settings. This is going to create me a web app. I’m going to pin this to my dashboard and click Create. Now the thing about web apps is that you create them and they’re empty. So you actually do need to deploy code. If you’ve got Microsoft Visual Studio, you can connect Visual Studio using the Azure plugin and then deploy your applications directly into this web app. One click, you click Publish and it will do that. This is going to take … It’s very quick to create a web app because it’s not like a virtual machine where it has to create networks and NIC cards and all these sort of things. It’s going to create this for me fairly quickly and then I can customize it.

    That was quite quick, my web app is already created. We can see on this over view screen, the URL of our web app. I’ve got FTP user name and I can FTP into the site and deploy my site using FTP. If I go down to application settings I can see that I can choose a .NET Framework version, PHP version, Python version, a Java if I want to install. These things are not installed by default. 32 bit verses 64 bit. This is where all of your settings are when you deploy your app. You get all these extra things such as SSL, custom domains, Azure to manager your backups. You can do a backup type of job.

    Here’s how you create an Azure Windows web app. Let me know how that goes for you.

  • 70-532 Frequently Asked Questions for Microsoft Azure Certification

    70-532 Frequently Asked Questions for Microsoft Azure Certification

    I’ve been creating new videos for my YouTube channel. 

    Here’s a playlist of frequently asked questions that I put together for the Microsoft Azure 70-532 exam. If it’s something you’re interested in, please have a look. And don’t forget to subscribe.

  • October 2017 Changes to 70-534 Azure Architecture Exam

    October 2017 Changes to 70-534 Azure Architecture Exam

    Further information is being released about upcoming changes to the 70-534 Architecting Microsoft Azure Solutions exam.

    First, if you don’t know, Microsoft announced that the exam will be retiring as of December 31, 2017. A new exam, 70-535 Architecting Microsoft Azure Solutions, will be the replacement.

    Now new details have been released. The new exam will be available as of November 30, 2017. You will no longer be able to register for the 70-534 exam after that date.

    Microsoft assures architects that the 70-535 will be considered a direct replacement for 70-534, so any certifications earned with 70-534 will still be considered valid going forward. You do not need to take exam 70-535 if you’ve already passed 70-534.

    They also provided a preliminary syllabus for the exam. Let’s look at what stands out to me.

    First, similar to the 70-532 and 70-533 exams, some new areas have been added to the exam:

    • Containers
    • Web apps on Linux
    • Data Catalog, Azure Data Factory, SQL Data Warehouse, Azure Data Lake
    • SQL Server Stretch Database
    • Azure Database for MySQL and Azure Database for PostgreSQL
    • Time Series Insights
    • CosmosDB
    • Network Virtual Appliances
    • DMZ
    • Multi-Factor Authentication (MFA)
    • Azure AD Domain Services
    • Azure Key Vault
    • Azure AD Managed Service Identity
    • Azure AD Privileged Identity Management
    • Artificial Intelligence Services such as Cognitive Services, Bot Service and Machine Learning
    • More IoT
    • Event Grid
    • Azure Media Services added back in after being removed a year ago
    • Network Watcher Service

    These are just the things that catch my eye as being added to the exam that were not on the last version of the exam.

    Has anything been removed from the exam?

    Well there is no mention of:

    • Hyper-V
    • SAML
    • Azure SQL Database TDE

    Not much has been removed.

    So as it stands right now, if you plan to take the Azure Architecture exam before the end of the year, you should probably just go ahead and do that. Waiting until the new exam is live, and study materials are updated, might not be worth it for you.

    If taking the Azure Architecture exam is probably something that you’ll take early next year, I might wait to see how it plays out. There’s a few new things that need to be added to the course, and we haven’t heard yet from anyone who has seen the new exam.

  • 70-535 Architecting Microsoft Azure Solutions

    70-535 Architecting Microsoft Azure Solutions

    That is not a typo. Microsoft just introduced a new Architecture exam code, 70-535. It will replace the 70-534 Architecting Microsoft Azure Solutions exam in “late November/early December 2017”. There is absolutely no details on the syllabus yet, although one has to expect it will be similar to the existing exam syllabus because the platform hasn’t changed that much. Most likely, they just want to completely reorganize the course into new sections and topics.

    Stay tuned here at SoftwareArchitect.ca for the latest information on this exam as it’s released. If you’re a student of mine in 70-534, you’ll also be notified of new content for the course (or a renaming of the course) in the regular announcement process.

    [thrive_leads id=’6447′]​

  • October 2017 Changes to 70-533 Azure Infrastructure Exam

    October 2017 Changes to 70-533 Azure Infrastructure Exam

    Last year in October, Microsoft announced some sweeping changes to it’s exams.

    And this year, they did it again. At the MS Ignite conference, they announced changes to the requirements for two exams – 70-532 Azure Developer and 70-533 Azure Infrastructure. Let’s look at the 70-533 changes with this post. I reviewed the 70-532 changes here.

    The changes are slated to take effect on October 12, 2017. They are posted to the US website only, and so there’s no official word as to how this will be rolled out internationally.

    Things removed from the 70-533 exam:

    • Storage objective – SQL Databases

    Things added to the 70-533 exam:

    • App Service objective – App service environment (ASE)
    • App Service objective – deployment methods such as Git and FTP
    • App Service objective – App service backups
    • App Service objective – Authentication and authorization for app service apps
    • Virtual Machine objective – configure fault domains and update domains
    • Virtual Machine objective – Azure Container Services (ACS), Docker, DC/OS, Swarm, or Kubernetes, Azure Container Registry
    • Storage objective – manage SMB file storage
    • Storage objective – Azure Key Vault
    • Storage objective – Azure Storage Service Encryption (SSE)
    • Storage objective – Encryption and RBAC for Azure Data Lake Store
    • Network objective – VNet peering
    • Network objective – Puppet or Chef to configure networking
    • ARM Templates – count loops and marketplace items
    • New objective Security and Recovery objective – Azure Key Vault, SSL task automation, Azure Security Center, Single-Signon SaaS, Manage access to a SaaS app, federation, public identity providers
    • New objective Security and Recovery objective – Backup vault, backup agent, snapshots, geo-replication for recovery, DR as a service
    • New objective Azure Operations objective – Powershell runbooks, Azure Automation
    • New objective Azure Operations objective – Analyze data across multiple systems, custom visualizations, data across multiple subscriptions, flexible search queries, monitor system updates and malware status, track server configuration changes with Azure Log Analytics
    • Identity objective – Azure AD Connect Health
    • Identity objective – Azure AD Domain Services
    • Identity objective – MFA

    And finally, the number and weightings for each of the objectives have shifted.

    There used to be six objectives and now there are eight. Microsoft shuffled some things around, so that topics that used to fall under one objective now were moved to another.

    • Azure App Services was 15-20%, now 10-15% (down 5%)
    • Virtual Machines remains 20-25%
    • Storage was 20-25%, now 10-15% (down 10%)
    • Virtual Networks was 10-15%, now 15-20% (down 5%)
    • ARM Templates remains 10-15%
    • Azure Security and Recovery (new) 25-30%
    • Azure Operations (new) 5-10%
    • Azure Identities was 15-20%, now 5-10% (down 10%)

    It’s hard to judge, since they moved things around a bit. But virtual machines, virtual networks, and security are the top 3. Storage and Active Directory (identity) fell the most.

    [thrive_leads id=’6447′]​

  • October 2017 Changes to 70-532 Azure Developer Exam

    October 2017 Changes to 70-532 Azure Developer Exam

    Last year in October, Microsoft announced some sweeping changes to it’s exams.

    And this year, they did it again. At the MS Ignite conference, they announced changes to the requirements for two exams – 70-532 Azure Developer and 70-533 Azure Infrastructure. Let’s look at the 70-532 changes with this post.

    The changes are slated to take effect on October 12, 2017. They are posted to the US website only, and so there’s no official word as to how this will be rolled out internationally.

    Things removed from the 70-532 exam:

    • Virtual Machines objective – Configure ARM VM Networking
    • Manage Identity objective – Hybrid connections, Site to Site VPN and ExpressRoute
    • References to DocumentDB

    Things added to the 70-532 exam:

    • Virtual Machines objective – Azure Disk Encryption
    • Virtual Machines objective – DevTest Labs
    • Azure Storage objective – connecting to Azure Files, shard large data-sets, blob leasing
    • Azure Storage objective – implement Cosmos DB Table API
    • Azure Storage objective – choose between Azure Tables and Cosmos DB Table API
    • Azure Storage objective – Cosmos DB, all aspects
    • Azure Storage objective – Redis caching for ASP.NET sessions
    • Manage Identity objective – MFA and MFA API
    • Manage Identity objective – determine when to use event hubs, service bus, IoT Hub, Stream Analytics and Notification Hubs
    • Manage Identity objective – Azure Key Vault
    • Azure Compute objective – goes deeper into Functions
    • Azure Compute objective – Third Party Platform as a Service (PaaS), Cloud Foundry, OpenShift, Azure Quickstart Templates, Azure Marketplace Solutions
    • Azure Compute objective – DevOps, Application Insights, Continuous Integration, Continuous Development, third-party deployment tools, mobile DevOps using HockeyApp

    And finally, the weightings for each of the objectives have shifted.

    • Virtual Machines, was 30-35%, now 20-25% (down 10%)
    • Storage, remains 25-30%
    • Identity, was 15-20%, now 10-15% (down 5%)
    • Azure Compute, was 25-30%, now 35-40% (up 10%)

    So you can see where Microsoft’s priorities for this exam are.

    [thrive_leads id=’6447′]​

  • Free 10-Page PowerShell cmdlet Guide for Azure

    Can I interest you in a FREE 10-page study guide for the Microsoft Azure exams 70-534 and 70-533? 

    Sign up to my list below, and I’ll immediately email you a free 10-page PDF with the most useful PowerShell cmdlets for managing Azure resources.

    This guide covers:

    • Web Apps
    • Virtual Machines
    • Storage
    • Security
    • Alerts and Monitoring
    • Azure Active Directory
    • Virtual Networks

    It also contains sample scripts that you can copy and use in testing.

    If that sounds interesting, why not let me send it to you right now?

    [tcb-script src=”https://softwarearchitectca.activehosted.com/f/embed.php?id=19″ type=”text/javascript” charset=”utf-8″][/tcb-script]