Comments for Microsoft Industry Blogs – United Kingdom http://approjects.co.za/?big=en-gb/industry/blog/ Mon, 30 Sep 2024 09:51:34 +0000 hourly 1 Comment on Common mistakes to avoid when deploying to Azure Web App by Julia Davis http://approjects.co.za/?big=en-gb/industry/blog/technetuk/2023/03/28/common-mistakes-to-avoid-when-deploying-to-azure-web-app/comment-page-1/#comment-60365 Thu, 06 Jul 2023 12:01:58 +0000 http://approjects.co.za/?big=en-gb/industry/blog/?p=67042#comment-60365 I went through your article which was on PHP development. When developing PHP applications, there are several common mistakes that developers should be aware of and try to avoid. Here are some of the most important ones:
1.Lack of input validation and sanitization
2.Not using parameterized queries
3.Poor error handling
4.Not escaping output
5.Inefficient database queries
6.Insecure session management
7.Not using proper encryption
8.Neglecting code organization and structure
These are some points which I wanted to include in your article.

]]>
Comment on Enterprise-wide orchestration using multiple data factories by Jim O'Reilly http://approjects.co.za/?big=en-gb/industry/blog/technetuk/2020/03/19/enterprise-wide-orchestration-using-multiple-data-factories/comment-page-1/#comment-59202 Sat, 13 May 2023 02:16:45 +0000 http://approjects.co.za/?big=en-gb/industry/blog/?p=29994#comment-59202 In reply to Mitchell Pearson.

When implementing the “Orchestration Using Webhooks” following all your very good and detailed explanations, I get the following error in the worker pipeline: Operation on target CallBack failed: Target url was null or empty.
I reviewed in detail and followed exactly all the steps. I did not use additional parameters, just type {} in the Body of the worker.
I found your API and example extremely useful and became very interested to implement the more complex scenarios you mentioned but first need to solve this WebHook issue. Looks like for some reason the callBackUri parameter is not been provided by the WebHook.
Please advice thanks very much
Jim O’Reilly

]]>
Comment on Perfecting Continuous Delivery of NuGet packages for Azure Artifacts by S.V. Groeneveld http://approjects.co.za/?big=en-gb/industry/blog/technetuk/2019/06/18/perfecting-continuous-delivery-of-nuget-packages-for-azure-artifacts/comment-page-1/#comment-55902 Mon, 24 Apr 2023 13:05:36 +0000 http://approjects.co.za/?big=en-gb/industry/blog/?p=13908#comment-55902 It’s sad that all images have disappeared from this post. Any chance to restore them?
This article provides great insight how such a large company manages to maintain so many Nuget packages so well.

]]>
Comment on Backup your data lake using Azure Data Factory – Metadata Copy activity by Frank Claus http://approjects.co.za/?big=en-gb/industry/blog/technetuk/2021/08/17/backup-your-data-lake-using-azure-data-factory-metadata-copy-activity/comment-page-1/#comment-43684 Mon, 27 Feb 2023 18:30:43 +0000 http://approjects.co.za/?big=en-gb/industry/blog/?p=51555#comment-43684 I get error when using this

incremental/@{formatDateTime(pipeline().TriggerTime,’yyyy’)}/@{formatDateTime(pipeline().TriggerTime,’MM’)}/@{formatDateTime(pipeline().TriggerTime,’dd’)}

Position 53 Unrecognized expression: ’yyyy’

]]>
Comment on How the healthcare sector is innovating by Joanne Dalrymple-Smith http://approjects.co.za/?big=en-gb/industry/blog/health/2022/02/11/how-the-healthcare-sector-is-innovating/comment-page-1/#comment-40510 Sat, 11 Feb 2023 21:56:52 +0000 http://approjects.co.za/?big=en-gb/industry/blog/?p=54582#comment-40510 I can see digital can be used to educate the public with the right health messages and information to support people taking responsibility for for their own health and help them navigate around the nhs and engage with partners.
I have worked in the nhs for the last 31 years in acute setting adults and paediatrics and then for last 21 years in the community home enteral
feeding adults.

]]>
Comment on The future of banking: How to stay innovative, collaborative and secure by Brittany Lancaster http://approjects.co.za/?big=en-gb/industry/blog/financial-services/2022/10/21/the-future-of-finance/comment-page-1/#comment-36751 Sat, 22 Oct 2022 05:58:24 +0000 http://approjects.co.za/?big=en-gb/industry/blog/?p=65266#comment-36751 We know, Encourage collaboration across departments. Working with the same teams day in, day out, can become routine and hence slow the innovation process. Learn how to drive innovation, build resilience and drive sustainability in the financial services industry.

]]>
Comment on Configure access to Azure Data Lake Gen 2 from Azure Databricks by Chetan Shah http://approjects.co.za/?big=en-gb/industry/blog/technetuk/2020/07/01/securing-access-to-azure-data-lake-gen-2-from-azure-databricks/comment-page-1/#comment-33878 Thu, 01 Sep 2022 19:01:48 +0000 http://approjects.co.za/?big=en-gb/industry/blog/?p=24717#comment-33878 Hi Nicolas,

Thanks for the this super helpful post. QQ regarding the following:

# authenticate using a service principal and OAuth 2.0
spark.conf.set(“fs.azure.account.auth.type”, “OAuth”)
spark.conf.set(“fs.azure.account.oauth.provider.type”, “org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider”)
spark.conf.set(“fs.azure.account.oauth2.client.id”, “enter-your-service-principal-application-id-here”)
spark.conf.set(“fs.azure.account.oauth2.client.secret”, dbutils.secrets.get(scope = “secret-scope-name”, key = “secret-name”))
spark.conf.set(“fs.azure.account.oauth2.client.endpoint”, “https://login.microsoftonline.com//enter-your-tenant-id-here/oauth2/token”)

I’m not able to authenticate properly without passing the storage details like they do here: https://docs.microsoft.com/en-us/azure/databricks/data/data-sources/azure/azure-storage

I noticed this is missing from your code. Any reason why?

Thanks
Chetan

]]>
Comment on Sustainability and Green Software Engineering by Sumit Garg http://approjects.co.za/?big=en-gb/industry/blog/technetuk/2021/08/19/sustainability-and-green-software-engineering/comment-page-1/#comment-31514 Fri, 12 Aug 2022 07:55:21 +0000 http://approjects.co.za/?big=en-gb/industry/blog/?p=51765#comment-31514 First of all, i didn’t get “The crown has to go to assembler code linked into a loadable module.” statement in it’s entirety. please shed some light on it. And can we conclude that ‘Assembler/Assembly Code’ are the most greenest or are most environment friendly.

I am a QA professional at Zenesys Technosys (India).

Thanks

]]>
Comment on It’s a great time for programmers to learn low-code by Alex http://approjects.co.za/?big=en-gb/industry/blog/technetuk/2022/07/21/its-a-great-time-for-programmers-to-learn-low-code/comment-page-1/#comment-27984 Thu, 23 Jun 2022 18:24:56 +0000 http://approjects.co.za/?big=en-gb/industry/blog/?p=55761#comment-27984 Thank you Cameron,
I think it’s a great idea to start digging in-depth into low-code!

]]>
Comment on How to measure and reduce the carbon footprint of your application by Nik http://approjects.co.za/?big=en-gb/industry/blog/technetuk/2021/10/12/how-to-measure-and-reduce-the-carbon-footprint-of-your-application/comment-page-1/#comment-16887 Tue, 30 Nov 2021 12:05:42 +0000 http://approjects.co.za/?big=en-gb/industry/blog/?p=52416#comment-16887 Great article. I’m looking at starting to measure this at my work which runs on Azure.

Questions I have:
Is there a way to report on total ACU used for a subscription in Azure?
Is there a way to report on server utilisation across a subscription in Azure?

]]>