Posts

May '23 Tech Events

User Groups May 2: Ohio North Database Training May 10: Azure Cleveland May 18: Great Lakes User Group for .Net (GLUG.Net) May 25: Cleveland C#   Conferences May 5: StirTrek May 11-13: Global Azure 2023 May 20: Ohio North SQL Saturday  

Mar '23 Tech Events

User Groups Mar 7: Ohio North Database Training Mar 8: Azure Cleveland Mar 16: Great Lakes User Group for .Net (GLUG.Net) Mar 16: Chicago .Net Mar 23: Cleveland C #   Conferences Mar 10: Global AI Bootcamp NYC May 11-13: Global Azure 2023  

Jan/Feb '23 Tech Events

User Groups Jan 31: CapArea.Net ( https://www.meetup.com/caparea-net / )  Feb 2: Twin Cities .Net ( https://www.meetup.com/tcdnug/ ) Feb 7: ONDT ( https://www.meetup.com/ohio-north-database-training/ ) Feb 8: Azure Cleveland ( https://www.meetup.com/azure-cleveland-meetup/ ) Feb 23: Cleveland C#/VB.Net User Group ( https://www.meetup.com/Cleveland-C-VB-Net-User-Group )   Conferences Jan 28: Data Toboggan ( www.datatoboggan.co.uk/ )  

7 Ways to Reduce Azure Costs

Image
Listed below are 7 ways to reduce your Azure monthly cost. 1. Shut down unused resources Use Azure Advisor to identify idle virtual machines (VMs), ExpressRoute circuits, and other unused resources. 2. Right-size underused resources Find resources not fully utilized with Azure Advisor.  It will also provide recommendations on reconfiguring resources to reduce cost. 3. Reserve instances for consistent workloads Use reservation pricing to pre-pay for resources for a 1 or 3 year term.  This could result in a discount of up to 72% over pay-as-you-go pricing on Azure services. 4. Take advantage of the Azure Hybrid Benefit Have existing on-premises software licenses?  Use them with Azure for no additional cost and select Azure services for free. 5. Configure autoscaling Avoid the high cost of hardware investment used only during peak times of the year.  Instead, dynamically allocate and de-allocate resources to match your b...

Text-to-Speech Step-By-Step

Image
Overview Speech services is one of the main categories of Azure Cognitive Services.  Using this service, developers can utilize one of the four API’s to perform the following: Speech-to-Text Text-to-Speech Text Translation Speaker Recognition   In a previous post , I wrote a tutorial on converting Speech-to-Text.  For this post, I will go in the opposite direction and provide step-by-step directions to covert text-to-speech.     How to Use Text-to-Speech First, we need to setup the Speech resource in Azure.  Simply specify “speech services” in the search bar, and all speech resources in Azure marketplace will be displayed.  For this project, we will use Microsoft’s Speech Azure Service.     After clicking create and providing the fundamental parameters for the setup, subscription keys will be provided.       Obtain the subscription key for the above resourc...

VNet Questions Answered

Image
During the last meeting of the .NET Study Group on Azure Virtual Networks , a couple questions came up that needed further explanation.  I thought it would be best to post the and share them   Question : Do I need a NSG or Subnet if a VM is in VNet?  Answer : Yes, it’s a best practice.  By default, services outside the VNet cannot connect to services within the VNet. However, you can configure the network to allow access to the external service.  Therefore, assume you have a VNet that contains both web servers and DB servers.  You can have VNET configured for public access to allow outside users to access the web servers.  You would also need a subnet or NSG to prevent that same public traffic from accessing the DB servers in the same VNet.   Question : Can you provide a sample diagram of the Azure Infrastructure and how VNets would be implemented? Answer : See below for the Sample Azure Infrastructure Diagram: ( http...

Dec '22 Tech Events

User Groups Nov 30: .Net Study Group ( https://www.meetup.com/net-study-group/ ) Dec 14: Azure Cleveland ( https://www.meetup.com/azure-cleveland-meetup/ ) Dec 15: GLUG.Net ( https://www.meetup.com/GLUGnet/ )   Dec 22: Cleveland C#/VB.Net User Group ( https://www.meetup.com/Cleveland-C-VB-Net-User-Group )   Conferences Dec 3: SQL Saturday MN ( https://sqlsaturday.com/2022-12-03-sqlsaturday1028/ ) Jan 10-13: Codemash ( https://codemash.org )