This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Update all Walkthrough Guides fixing a few typos and other small issues.#32
Open
LuceCarter wants to merge 14 commits intomicrosoft:masterfrom
LuceCarter:master
Open
Update all Walkthrough Guides fixing a few typos and other small issues.#32LuceCarter wants to merge 14 commits intomicrosoft:masterfrom LuceCarter:master
LuceCarter wants to merge 14 commits intomicrosoft:masterfrom
LuceCarter:master
Conversation
Closed
robinmanuelthiel
suggested changes
Jan 11, 2019
Contributor
robinmanuelthiel
left a comment
There was a problem hiding this comment.
Hey Luce, even if it took us months to find the time to review thank you very much for going through all of your writings with such precision and attention. Highly appreciated"
Walkthrough Guide/06 Functions and Cognitive Services/README.md
Outdated
Show resolved
Hide resolved
| ### 2.3 Integrate with Storage, Cosmos DB and Cognitive Services | ||
|
|
||
| Of course, all these Trigger, Input and Output [Bindings](https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings) have to be configured. As we might be already used to from the App Service, this configuration is done via Environment Variables. Each Azure Function has a `local.settings.json` file that sets Connection Strings to the used services. | ||
| Of course, all these Triggers, Inputs and Outputs [Bindings](https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings) have to be configured. As we might be already used to from the App Service, this configuration is done via Environment Variables. Each Azure Function has a `local.settings.json` file that sets Connection Strings to the used services. |
Contributor
There was a problem hiding this comment.
Is it really called "Triggers Bindings" instead of a "Trigger Bindings"? Asking as a non-native speaker...
| Using Xamarin.Forms makes it possible for us to write our app just once using C# and XAML and have it run natively on a variety of platforms. This is achieved because it's an abstraction API built on top of Xamarin's traditional mobile development SDKs. Looking at the architecture below, you can see that with traditional Xamarin we can achieve up to 75% code reuse through sharing the business logic of our app. | ||
|
|
||
| Before we jump into Xamarin.Forms in any depth let take a moment to understand the underlying technology and how this works. | ||
| Before we jump into Xamarin.Forms in any depth lets take a moment to understand the underlying technology and how this works. |
Contributor
There was a problem hiding this comment.
Suggested change
| Before we jump into Xamarin.Forms in any depth lets take a moment to understand the underlying technology and how this works. | |
| Before we jump into Xamarin.Forms in any depth let's take a moment to understand the underlying technology and how this works. |
Should be "let's", right?
| 2. The client app stores this handle in the app back-end or provider. | ||
| 3. To send a push notification, the app back-end contacts the PNS using the handle to target a specific client app. | ||
| 1. The client app decides it wants to receive pushes hence it contacts the corresponding PNS to retrieve its unique and temporary push handle. The handle type depends on the system (e.g. WNS has URIs while APNS has tokens). | ||
| 2. The client app stores this handle in the app backend or provider. |
Contributor
There was a problem hiding this comment.
Same as above. Even though it was not in that notion before, please use 1. for every single list item. Markdown will create the list automatically then.
Co-Authored-By: LuceCarter <luce@lucyscarter.co.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.