dotnetomaniak.pl - Najnowsze artykuły o .NET w dziale Cloud - Strona 9

When I’ve started working with Azure SQL there were some differences to SQL Server that I’ve needed to get used to. One of the first was that you just can’t query other databases that you’re already in, querying for [OtherDB].[dbo].[SomeTable] just wasn’t possible anymore. It appears that it may not be possible, but you actually can query for data in other databases.

Źródło: hryniewski.net
Dziel się z innymi:
Querying external databases in Azure SQL – Hryniewski.NET

Cloud 2273 dni, 18 godzin, 20 minut temu Rafał Hryniewski 37 źrodło rozwiń

Reading time ~3 minutes This article is Part 2 in a 2-Part Series. Part 1 - The missing Azure Functions documentationPart 2 - This Article As I wrote in the previous post there are two ways to run precompiled .NET code in Azure Functions - .NET 4.6.x or .NET Core. Why did I decide to go with the old .NET runtime? For the current moment, F# on .NET Core does not support type providers (there is a workaround, but I didn’t want to go with it for the current moment). I went to work thinking that it will...

Troubleshooting compiled Azure Functions in F# – IndexOutOfRange

Cloud 2286 dni, 18 godzin, 34 minuty temu maklipsa 20 źrodło rozwiń

Reading time ~3 minutes This article is Part 1 in a 1-Part Series. Part 1 - This Article Trying to understand how to run code in Azure Functions is not an easy task since this product has evolved on its own and thanks to the rise of .NET Core. This post will give You a history background necessary to understand the documentation and, most of all, all the blog posts talking about Azure Functions.v1.0 - script files The initial way to run code in Azure Function was to write a script file in Azure Fun...

Dziel się z innymi:
The missing Azure Functions documentation – IndexOutOfRange

Cloud 2300 dni, 18 godzin, 19 minut temu maklipsa 23 źrodło rozwiń

Ostatni odcinek serii o Azure Functions, gdzie opisuję w jaki sposób przetwarzam 2 miliardy pozycji dziennie. Jako, że ostatni, pojawia się tu też zawrotna kwota w wysokości...

Źródło: blog.scooletz.com
Dziel się z innymi:
Azure Functions: processing 2 billions items per day (4) | Szymon Kulec `Scooletz`

Cloud 2315 dni, 19 godzin, 14 minut temu Scooletz 61 źrodło rozwiń

I’m working with Azure for quite a while now. Almost every single one of my projects lands there eventually and even if I don’t deploy it there, I’m using one of it’s databases. Recently I’ve started using Visual Studio Team Services for storing code and managing my every pet or demo project that I want to keep private for now. But there is one service available on Azure that I’m using for a very long time with great success and I really like to have it in my project – it’s Application Insights combined ...

Structured logs with Serilog and Application Insights – Hryniewski.NET

Cloud 2320 dni, 19 godzin, 2 minuty temu Rafał Hryniewski 107 źrodło rozwiń

Trzecia odsłona cyklu o przetwarzaniu 2 miliardów pozycji dziennie z Azure Functions. Tym razem o backendless i o niepisaniu niepotrzebnego kodo.

Źródło: blog.scooletz.com
Dziel się z innymi:
Azure Functions: processing 2 billions items per day (3) | Szymon Kulec `Scooletz`

Cloud 2323 dni, 19 godzin temu Scooletz 47 źrodło rozwiń

2 miliardy pozycji dziennie. Jak przetworzyć taką liczbę i nie zapłacić masy dolarów? Zapraszam do drugiego artykułu z serii.

Źródło: blog.scooletz.com
Dziel się z innymi:
Azure Functions i przetwarzanie 2 miliardów pozycji per dzień (2)

Cloud 2326 dni, 18 godzin, 6 minut temu Scooletz 77 źrodło rozwiń

I’ll describe a few patterns that enabled me to process 2 billions items per day using Azure Functions. Yes 2 billions items per day. The aim of this trial was not to check whether you can do it with Azure Functions. You can do it easily. The goal was to do it in a cost-aware and cost-wise manner, enabling fast processing with a small amount of money spent on this.

Źródło: blog.scooletz.com
Dziel się z innymi:
Azure Functions i przetwarzanie 2 miliardów pozycji per dzień (1)

Cloud 2327 dni, 19 godzin, 11 minut temu Scooletz 99 źrodło rozwiń

Machine Learning is everywhere these days. I want to show how easy is to start your own journey with Azure Machine Learning.

Źródło: radblog.pl
Dziel się z innymi:
Azure Machine Learning – so god damn easy | Radoslaw Maziarka Blog

Cloud 2345 dni, 14 godzin, 30 minut temu Radosław Maziarka 59 źrodło rozwiń

Dziś chciałbym Wam napisać jak może wyglądać migracja plików do SharePoint online. Wiele z tego co tu napiszę, będzie bazowało zarówno na moich swoich osobistych doświadczeniach jak i również na tym co zaprezentował Microsoft na ostatnim Ignite...

Tagi: SharePoint
Źródło: odkryj.it
Dziel się z innymi:
Migracja plików do SharePoint online - Informatyka i życie

Cloud 2345 dni, 14 godzin, 30 minut temu TSzulczewski 19 źrodło rozwiń

Supporting and maintaining an old and inefficient websites bring us a lot of problems and stress. Especially when a website was started a long time ago in already pretty outdated technology and architecture, but somehow it succeeded and can’t handle its own popularity. What a coincidence, I have the website exactly like this one! And recently I’ve managed to get rid of one stress point, at least for now. All this thanks to benefits of one particular public cloud service.

Don't stress and setup your hybrid failover — CodeSenpai

Cloud 2345 dni, 14 godzin, 30 minut temu codesenpai 20 źrodło rozwiń

Opublikowane w przez szymadmin W poprzednim odcinku (link) , mogliście przeczytać na temat stworzenia projektu w asp.net core, Depedency Injection oraz innych niuansach. Dzisiaj przejdziemy do części praktycznej -> użycie jej. Czym jest, jak się to je – jest to mikro obraz konkretnego środowiska, z daną wersją i w danym projekcie otwartym na konkretnym porcie. Wspierany jest przez wiele platform i firm, które udostępniają swoje obrazy na dockercloud. Dla przykładu, użyty przez nas asp.net core, serwery...

Źródło: szymonmotyka.pl
Dziel się z innymi:
Od Zera do Dockera: Docker i Chmury - Szymon Motyka

Cloud 2353 dni, 14 godzin, 55 minut temu aluspl 173 źrodło rozwiń

The closer bot interaction gets to the one of a human the better the end user experience will be. See how to leverage Microsoft Cognitive Services LUIS for natural language processing so that users can type naturally while allowing bots to understand and act.

Źródło: marczak.io
Dziel się z innymi:
Marczak.IO  | Azure Bot Series - Smarter bots with natural language processing

Cloud 2356 dni, 19 godzin, 2 minuty temu AdamMarczak 22 źrodło rozwiń

Recently I implemented a full working app using only functions. 4$, that was all that I needed to pay for the whole month after running some synthetic load through the app. I spent a few additional hours just to make it 3$ next month. You could ask, what’s the reason. Read along

Źródło: blog.scooletz.com
Dziel się z innymi:
Heavy cloud but no rain | Szymon Kulec `Scooletz`

Cloud 2361 dni, 19 godzin, 9 minut temu Scooletz 52 źrodło rozwiń

Microsoft Bot Framework with conjunction with Azure Bot Service provides the platform for quick bot development. Learn what are chat bots for and how to leverage those tools to deliver basic bots in just minutes. In recent years increased availability of internet across the world and evolution of mobile devices popularized messaging applications which became most common wa...

Źródło: marczak.io
Dziel się z innymi:
Marczak.IO  | Azure Bot Series - Introduction to chatbots

Cloud 2366 dni, 16 godzin, 53 minuty temu AdamMarczak 47 źrodło rozwiń

With the release of Visual Studio 2017 15.3 developers can take advantage of new Tools for Azure Functions. Learn how to take advantage of those tools to deliver pre-compiled bots for Azure Bot Service. Building chat bots for Azure Bot Service is very simple and takes little to no effort this days. In minutes fully functional bots can be presented to a client. Although the...

Źródło: marczak.io
Dziel się z innymi:
Precompiled Bots with VS 2017 tooling

Cloud 2389 dni, 15 godzin, 15 minut temu Łukasz Kałużny 29 źrodło rozwiń

O tym, jak zarządzać kontenerami przy użyciu Docker Cloud.

Źródło: devblog.dymel.pl
Dziel się z innymi:
Orchestrate containers with Docker Cloud

Cloud 2413 dni, 19 godzin, 36 minut temu Michal Dymel 52 źrodło rozwiń

Witam w 1. praktycznym cyklu programistycznym, od czasu wpisów na temat Java i Android, teraz C#, ASP.net Core i Docker'y. W 1. części zajmę się tworzeniem web serwisu na bazie .net Core 2.0

Źródło: szymonmotyka.pl
Dziel się z innymi:
Od Zera do Dockera: Web API

Cloud 2421 dni, 21 godzin, 42 minuty temu aluspl 281 źrodło rozwiń

Ostatnio, dzięki przygotowaniom do nowego projektu mojej firmy, mam okazję trochę bliżej poznać chmurę Microsoft Azure. W dzisiejszym poście chciałbym Wam przedstawić, jak w prosty sposób uruchomić kontener za pomocą Azure CLI i Azure Container Instance. Przejście przez ten tutorial wymaga posiadania:Konta Microsoft Azure z podpiętą subskrypcją (może to być subskrypcja okresu próbnego lub też jakaś subskrypcja z rodzaju pay-as-you-go)Konta w serwisie Docker HubZainstalowanego DockerW przypadku tworzenia...

Źródło: bd90.pl
Dziel się z innymi:
Azure Container Instance - bd90

Cloud 2425 dni, 20 godzin, 7 minut temu bd90 47 źrodło rozwiń

How to test Azure function on localhost from the Internet? It is not easy, but doable. But we all know that everything in the computer science is doable, the only problem is the cost (time+money). Below a quick solution, worth less than 5 minutes of your time, including reading the post below, so I hope the effort is enough profitable.

Tagi: Azure, developer
Źródło: stapp.space
Dziel się z innymi:
[EN] How to test azure function on localhost from the Internet? in Stapp.space

Cloud 2438 dni, 52 minuty temu Piotr Stapp 23 źrodło rozwiń

1 2... 6 7 8 9 10

Najaktywniejsi w tym miesiącu