User Profile
HusseinAwad
Copper Contributor
Joined Dec 24, 2020
User Widgets
Recent Discussions
Re: Hosted SQL advice please
Consider the size of your DB, if it's small, you can set up a replica to the Azure SQL. But if the size if big, then it's better to backup your on prem DB and upload it to Azure then restore it to Azure SQL. Then setup a replication between on prem DB and Azure SQL. Once they both are lined up. Disconnect the on prem DB and direct users to use the Azure SQL DB instead. This shift needs to be done in a pre defined maintenance window to avoid any business disruption Hope this helps!1.3KViews0likes0CommentsRe: Can we use Azure Machine Learning on a Azure Analysis Services?
I think first step you need to do is to get clear about what's your outcome? Of course running the workloads in the cloud is more efficient and easier for you to manage. So I'd say understand your data, and put your target then decide which ML algorithms you need to run and how you'll be able to measure the accuracy of your model. Then go ahead and implement this on Azure. Hope this helps!2.2KViews0likes0CommentsRe: Get all messages with info from queue with powershell
Yes you can. You just need to be careful what action you want to do, wether you want to read the messages ad delete them from thr queue. Or you want to read the messages and leave them at the original queue as it is. Hope this helps!1.8KViews0likes0CommentsRe: Subject : Log analytics workspace - add CPU + Memory usage per each query on analysis
You're right! You won't be able to get this info from Log Analytics. What you need to do is to use Azure SQL diagnostic settings to tell you what are the most running queries and other diagnostic info. Hope this helps!882Views0likes0CommentsRe: Coast-to-Coast Architecture
Either you could use cross region load balancer to orchestrate the traffic between the two regions. In this case you'll have the two Azure regions receive traffic at the same time. Or, you use Azure DNS, and in this case you'd have a primary region that handle 100% of the traffic and in case of a disaster, with a help of Azure DNS failover, it's going to automatically shift the traffic from the primary region to the secondary region. Application Gateway operates at layer-7 while Azure Load Balancer operates at layer-4. Application Gateway directs traffic to different routes i.e. images server. While Azure Load Balancer distributes traffic evenly across the registered endpoints. Hope this helps!1.6KViews0likes0CommentsRe: Where to begin on customer feedback portal
I don't have enough details to help you out, but from what I'm hearing, it sounds like you'd need the following components: - Azure Web App / Azure Web App Container to host the front-end of your website. If you plan to have a static web pages, you could consider using Azure Blob Storage instead. - If you'd prefer to isolate the backend from the front-end then you could use Azure Function App. - Database could be Cosmos, but you don't want to store the actual pictures into the database. What you need to do is to store the pictures on Azure Blob Storage, then put the reference in the database. -You'd need to use Azure Search to search different contents. -Azure Monitoring, Application Insights, Log Analytics, Metrics, alerts would make it easier for you to monitor the solution.1.8KViews0likes0Comments
Recent Blog Articles
No content to show