Need to Know Podcast–Episode 129

Marc and I give our usual Office 365 and Azure update. We then speak with John Liu about his upcoming presentation at Microsoft Ignite Australia:

Serverless in Office 365 – Build Services with Azure Functions

There was a time when it was the good old days – we ran SharePoint on-premises, and business always wanted more customizations, and so we built them and delivered great value. Now, it seems as everything is moving towards Office 365, and there are fewer and fewer customizations we can do. To the business, it seems more and more we have to say no – we can’t do that. Code has to run somewhere. Suddenly, we are in the realm of hosting our own webjob, we may even have to find or buy a VM. We are left to wonder if we need to learn Docker too. Thank goodness – in 2016 we saw the rise of a new buzzword #Serverless – it promises a solution to many of these problems and lets us focus on what we do best again – creating solutions. Without having to worry so much about where or how to run it. This session is about introducing Azure Functions, and various amazing scenarios we can apply it to SharePoint and Office 365. Whether you are a new, veteran or even front-end developer, or if you are an IT Pro well versed in Powershell. This session is for you.

Don’t forget to send us your feedback at feedback@needtoknow.cloud

You can listen to this episode directly at:

https://ciaops.podbean.com/e/episode-129-john-liu/ 

or on Souncloud here:

 

Subscribe via iTunes at:

https://itunes.apple.com/au/podcast/ciaops-need-to-know-podcasts/id406891445?mt=2

The podcast is also available on Stitcher at:

http://www.stitcher.com/podcast/ciaops/need-to-know-podcast?refid=stpr

Don’t forget to give the show a rating as well as send us any feedback or suggestions you may have for the show.

Resources

@johnliu

@marckean

@directorcia

Azure news from Marc

Azure functions

Microsoft Cloud run rate

OneDrive and Officelens updates

Dynamics 365 roadmap

Need to Know Podcast–Episode 128

Marc and I are joined by a returning guest to talk all about her upcoming Microsoft Ignite Australia presentations. Sonia Cuff gives us the low down on what to expect with the following two sessions she is presenting:

Making SaaS part of your IT Strategy

With the business pushing for SaaS apps, why are we saying no? Can you balance an in-house infrastructure under strict controls & policies with a business reliance on an outsourced, uncontrolled solution? We’ll look at how to enable the business while still protecting them and how to keep your sanity.

and

The CEO reviewed your project & you won;t believe what happened next

Your budget was agreed. A reasonable timeframe was achieved. The implementation went smoothly. So why is the business still unhappy? You’ll learn why Digital Transformation is more than just technology deployment. We’ll show you what successful Digital Transformation looks like to the CEO & how you can ensure your IT work really is enabling people to achieve more. Find out some of the practical tools that Microsoft provides that can help you navigate this conversation with your executive stakeholders.

There is also the latest Office 365 and Azure news and don’t forget to send us your feedback at feedback@needtoknow.cloud

You can listen to this episode directly at:

https://ciaops.podbean.com/e/episode-128-sonia-cuff/ 

or on Soundcloud here:

 

Subscribe via iTunes at:

https://itunes.apple.com/au/podcast/ciaops-need-to-know-podcasts/id406891445?mt=2

The podcast is also available on Stitcher at:

http://www.stitcher.com/podcast/ciaops/need-to-know-podcast?refid=stpr

Don’t forget to give the show a rating as well as send us any feedback or suggestions you may have for the show.

Resources

@cuff_s

@marckean

@directorcia

Marc’s Azure news

Azure Active Directory meets Power BI

Office 365 planned service changes

Cloud platform roadmap

The Missing Chair: http://themissingchair.com.au/

Personal website: http://soniacuff.com

MS Ignite Session: Making SaaS part of your IT Strategy https://msftignite.com.au/sessions/session-details/2209/making-saas-part-of-your-it-strategy-

MS Ignite Session: The CEO reviewed your project & you won’t believe what happened next … https://msftignite.com.au/sessions/session-details/2320/the-ceo-reviewed-your-project-you-wont-believe-what-happened-next-

Microsoft FastTrack: https://fasttrack.microsoft.com/

Need to Know podcast–Episode 127

In this episode we are joined by Alessandro Cardoso, Technology strategist at Microsoft to talk about his upcoming Microsoft Ignite Australia sessions:

Managing Red Hat on Azure with OMS [OPEN312]

With the capability to deploy a Red Hat supported Virtual Machine in Azure, you may be asking: “What else can I do with my Azure Red Hat VM?” We will introduce Microsoft Operations Management Suite (OMS), walking you through the incredible analytic power of the system for Linux and Windows Azure VMs. With Linux, OMS allows you to collect Syslog events, Performance data, and Nagios/Zabbix alerts

And

Deploying Linux on Microsoft Public and Private cloud [OPEN323]

Heterogeneous environments with Microsoft Windows Clients, Microsoft Windows Server, Linux, FreeBSD, and the cloud are the norm. Being able to run all of your virtualized workloads on a single hypervisor simplifies management and optimizes server capacity. Learn how to deploy Linux VM to Hyper-V or Windows Azure.

You can listen to this episode directly at:

http://ciaops.podbean.com/e/episode-127-alessandro-cardoso/

or on Soundcloud here:

or subscribe via iTunes at:

https://itunes.apple.com/au/podcast/ciaops-need-to-know-podcasts/id406891445?mt=2

The podcast is also available on Stitcher at:

http://www.stitcher.com/podcast/ciaops/need-to-know-podcast?refid=stpr

Don’t forget to give the show a rating as well as send us any feedback or suggestions you may have for the show.

Resources

@cloudtidings

@marckean

@directorcia

Microsoft OMS

Azure news from Marc

New features in Microsoft Flow

Using Flow for event registration

Project Osaka

Issues with Azure File Backup on SBS

One of the initial steps that I have been advocating when it came to migrating SBS servers to Azure was the installation of the Azure backup agent (marsagentinstaller.exe) on the SBS box in order to backup files and folders. It was the first step before moving onto more complex operations. After further research, it turns out that doing this will break “other SBS” things.

The reason is that the Azure Backup agent needs at least PowerShell V3.0 per:

https://docs.microsoft.com/en-us/azure/backup/backup-client-automation

Now it turns out that installing PowerShell V3 or higher on an SBS breaks per this:

https://blogs.technet.microsoft.com/sbs/2012/12/15/windows-management-framework-3-0-applicability-on-windows-small-business-server-20082011-standard/

which concludes:

Our guidance at this time is that Windows Management Framework 3.0 should not be deployed on a server running Windows Small Business Server 2008 Standard or Windows Small Business Server 2011 Standard.

Windows Management Framework 3.0 contains PowerShell v3.0.

The bottom line is that you shouldn’t install the Azure files backup agent on an SBS box from what I can determine, because it doesn’t support the minimum required version of PowerShell.

However, the Azure files backup agent will actually install and run on an SBS server. However, it will also as part of that installation install PowerShell v 3.0 which can cause lots of other issues. Thus, even if it can be installed DON’T install it because the components will cause other issues on SBS.

Unfortunately, the Azure file backup agent can only backup files on the host that it is installed on. This means you can’t install it on a members server and backup files across the network that are on the SBS box. However, the way you can do this (in theory) is using Azure application backup, which I’ll now have to go out and check actually operates in an SBS environment.

Makes things tough when your production OS doesn’t support the latest software eh?

Need to Know podcast–Episode 126

For our continued focus on speakers at the upcoming Microsoft Ignite event on the Gold Coast we speak with Andrew McMurray from Microsoft about Azure Information Protection. Andrew’s presentation is:

Prevent unwanted and embarrassing leakage with Azure Information Protection

Microsoft Azure Information Protection helps you safeguard your data throughout the complete data lifecycle. Data is “born” protected and carries the protection wherever it travels. So you don’t need to worry where it’s stored or with whom it’s shared – you can rest assured it’s always protected. Join us to learn more about the technology and how it can solve your information protection challenges.

Marc and I also do our usual wrap up of the latest Microsoft cloud news.

You can listen to this episode directly at:

http://ciaops.podbean.com/e/episode-126-andrew-mcmurray/

or on Soundcloud here:

or subscribe via iTunes at:

https://itunes.apple.com/au/podcast/ciaops-need-to-know-podcasts/id406891445?mt=2

The podcast is also available on Stitcher at:

http://www.stitcher.com/podcast/ciaops/need-to-know-podcast?refid=stpr

Don’t forget to give the show a rating as well as send us any feedback or suggestions you may have for the show.

Resources

andrew.mcmurray@microsoft.com

@marckean

@directorcia

AIP Slides: https://aka.ms/IPdeck
AIP video of slides: https://aka.ms/IPvideo
News: https://aka.ms/aipnews
Blogs: https://aka.ms/aipblogs
Security Overview: https://aka.ms/rmssec
Web: https://aka.ms/aip
Overview: https://aka.ms/aipoverview
Forum: https://www.yammer.com/AskIPteam
AAD Sync: https://aka.ms/aipaadsync

Azure news from Marc

Azure AV2 machines now available

Microsoft Staffhub is here

Study says Teams to pass Slack

Azure Av2 machines now available

image

https://azure.microsoft.com/en-us/pricing/details/cloud-services/?WT.mc_id=azurebg_email_Trans_33675_1284_Tier_2_Release_MOSP

The latest generation of A-series, Av2 Standard, has similar CPU performance and faster disk to standard A series. Suitable for development workloads, build servers, code repositories, low-traffic websites and web applications, Av2 Standard also works for micro services, early product experiments, and small databases.

Need to Know podcast–Episode 125

We are back for 2017! Marc and I do our usual news and cloud updates followed by a returning guest, MVP Troy Hunt. Troy chats to us about his upcoming Microsoft Ignite Australia presentation – Applied Azure: Building a Large Scale Real World Application on a Coffee Budget, which makes for real interesting listening.

You can listen to this episode directly at:

https://ciaops.podbean.com/e/episode-125-troy-hunt/

or on Soundcloud here:

 

or subscribe via iTunes at:

https://itunes.apple.com/au/podcast/ciaops-need-to-know-podcasts/id406891445?mt=2

The podcast is also available on Stitcher at:

http://www.stitcher.com/podcast/ciaops/need-to-know-podcast?refid=stpr

Don’t forget to give the show a rating as well as send us any feedback or suggestions you may have for the show.

Resources

@troyhunt

@haveibeenpwned

@marckean

@directorcia

Have I been Pwned

Azure updates from Marc

Updated SharePoint Team Sites move beyond first release

Microsoft Partner services being revamped

New unified DLP in Office 365

Microsoft Connect car platform

Replacement to Azure RemoteApp coming soon

Azure Backup protects against ransonware

Using Azure DNS with Office 365

One of the tasks that you need to perform when you adding a custom domain to Office 365 is to firstly verify that you actually own the domain name.

image

The Office 365 domain setup wizard, as shown above, will give you a TXT record you need to insert into your DNS zone so ownership can be verified by Office 365 before proceeding further.

Azure has the ability to host DNS records for you rather than using a hosting provider, so let’s see how you configure this.

image

Open your Azure Resource Manager Portal and select to add a DNS Zone from the market place.

image

The name of your new DNS zone has to match the domain you wish to host. Here azlab01.net. I have also elected to place this new DNS zone into a Resource Group for easy management.

image

After a few moments, the new DNS zone will be created and you can navigate to it in the Azure Resource Manager Portal to manage it.

Simple select the new DNS Zone to view its details.

image

You should see something similar to the above

You will notice two DNS records have already been created shown in the lower half of the screen.

image

In the top right of the blade you’ll find the name servers as shown above.

image

You’ll need to update the domain registration for that domain to point to these name servers instead of where they are currently pointing as shown above.

image

In top left of the blade select Record Set to create a new DNS record in this zone.

image

A new blade will appear, as shown. To verify our Office 365 domain we need to add a TXT record with the string provided as shown above.

When complete, save the new record.

image

If we now look at our DNS zone we see an additional TXT record as expected.

image

If we return to Office 365 and select Verify, our domain should successfully be verified thanks to Azure DNS. We can now proceed onto managing the individual domain records ourselves in Azure DNS. To do this select the option I’ll manage my own DNS records and select Next to continue.

image

As expected, and shown above, we get a long list of DNS records to add to our zone. Now here’s were the benefits of using Azure DNS shine through.

We can use PowerShell with Azure DNS to set all our records using a script. Thus, instead of adding them manually one by one via a browser, we simply run a script that does all the work for us.

get-azurermdnsrecordset –zonename –resourcegroup

To view the existing Azure DNS zone information run the above command once you are connected to Azure.

image

As you can see from the above, one of the entries is the TXT record entered into the Azure DNS zone manually via the portal.

To add an MX record for instance to the zone, execute the following command:

New-azurermdnsrecordset -name “@” -recordtype MX –zonename –resourcegroupname -ttl 3600 -DNSrecords (new-azurermdnsrecordconfig –exchange domain-com.mail.protection.outlook.com -preference 0)

That should produce the following record in your zone:

image

If you now execute the appropriate commands that add the remaining records to your zone, you can then return to Office 365 and complete the wizard.

image

If everything is in order you should now get confirmation that your domain has been successfully configured for Office 365 as shown above.

The huge benefit here that Azure DNS provides is the ability to totally script this. Most of the DNS records you need to add for Office 365 are identical or derived from the custom domain you wish to add. Thus, all you need to do is set some parameters at the top of your script and the remainder remains identical. Thus, you can use one PowerShell script to set the DNS Zone records for EVERY custom domain you wish to add to Office 365! How much time is that going to save you if you need to set up lots of custom domains?

Another benefit Azure provides is that ability to assign different rights to different users in you Azure portal. Maybe only a few users can update records, while other can only view them.

image

As you can see from the Azure pricing calculator above, Azure DNS is not a free service. There is a small fee based on the number of zones and DNS queries on those domains you have. In this case, for 1 zone with 1 million queries the cost is AU$1.15 per month, which is really pretty cheap.

I think Azure DNS has a lot of benefits for IT Professionals managing domains. They could aggregate them all under their own partner tenant and become like a hosting business. They could also host the zone records in the individual customer’s Azure tenant, which of course could use the same logins as Office 365 because Office 365 comes with a free Azure tenant. I also like the idea of bringing this sort of thing back to a single supplier rather than using multiple hosting providers.

However, I think the real killer benefit is simply the ability to script everything thanks to PowerShell. This alone is going to save me so much time when I set up test domains and labs. It also means I won’t make spelling mistakes when entering the records for Office 365. All I’ll need to do is change the variable at the top of my script to match the domain I want to work with and then the script is good to go. How easy is that?